aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-15 17:08:12 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-15 17:08:32 -0400
commit5ec232b64f70bfa6ce195e4b24429aefa76cd631 (patch)
treefa06323ca6970718a272fc3af91240dbc5610dc1
parent34a188a5f15008c0d416ff7a69f01ed79298e259 (diff)
added passwd warning
-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."