From 5ec232b64f70bfa6ce195e4b24429aefa76cd631 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 15 Apr 2020 17:08:12 -0400
Subject: added passwd warning
---
build.sh | 2 --
install.sh | 2 +-
2 files changed, 1 insertion(+), 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."
--
cgit