diff options
| -rw-r--r-- | init | 3 | ||||
| -rwxr-xr-x | zfssetup/stage0.sh | 8 |
2 files changed, 6 insertions, 5 deletions
@@ -1,8 +1,9 @@ #!/bin/sh pacman-key --init -pacman-key --refresh-keys pacman-key --populate +# pacman-key --refresh-keys +pacman-key --lsign-key DDF7DB817396A49B2A2723F7403BD972F75D9D76 pacman -Syy pacman -S --noconfirm openssh tmux git systemctl start sshd 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." |
