aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
-rwxr-xr-xinstall.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index d94443e..7db4082 100755
--- a/build.sh
+++ b/build.sh
@@ -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@"
diff --git a/install.sh b/install.sh
index 7e478aa..9b4540f 100755
--- a/install.sh
+++ b/install.sh
@@ -48,4 +48,4 @@ arch-chroot /mnt << EOF
cd dotfiles
sh build.sh
EOF
-echo "DONE!"
+echo "DONE! You should set passwords."