#!/bin/sh pacman-key --init pacman-key --refresh-keys pacman-key --populate pacman -Syy 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 echo ""; echo "Stage 0 completed."