From 268a1fad9321d07841f318d50f134a4bf6ae624e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 16 May 2023 14:11:53 -0500 Subject: signing key and loading zfs modules --- zfssetup/stage0.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zfssetup') 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." -- cgit v1.2.3