diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | install.sh | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -16,8 +16,6 @@ if [ ! -e /home/$USER/.ssh/id_rsa ]; then sudo -u $USER ssh-keygen; fi sh regional.sh # Region specific setup hwclock --systohc -passwd $USER - sh mod.sh ip link echo -n "wpa_supplicant@" @@ -48,4 +48,4 @@ arch-chroot /mnt << EOF cd dotfiles sh build.sh EOF -echo "DONE!" +echo "DONE! You should set passwords." |