summaryrefslogtreecommitdiff
path: root/zfssetup/stage0.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zfssetup/stage0.sh')
-rwxr-xr-xzfssetup/stage0.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/zfssetup/stage0.sh b/zfssetup/stage0.sh
index 74132dc..f7ff177 100755
--- a/zfssetup/stage0.sh
+++ b/zfssetup/stage0.sh
@@ -4,10 +4,10 @@ pacman-key --init
pacman-key --refresh-keys
pacman-key --populate
pacman -Syy
-pacman -S --noconfirm openssh tmux
+pacman -S --noconfirm openssh tmux git
systemctl start sshd
echo "root:welcome" | chpasswd
-# curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash
-# echo ""; echo "Enter password for zfsarch repository when prompted"
-# git clone cjennings@cjennings.net:git/zfsarch.git
+curl -s https://raw.githubusercontent.com/eoli3n/archiso-zfs/master/init | bash
+echo ""; echo "Enter password for zfsarch repository when prompted"
+git clone cjennings@cjennings.net:git/zfsarch.git
echo ""; echo "Stage 0 completed."