summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.sh2
-rwxr-xr-xuser.sh5
2 files changed, 6 insertions, 1 deletions
diff --git a/init.sh b/init.sh
index cd8b988..50fd850 100755
--- a/init.sh
+++ b/init.sh
@@ -48,5 +48,5 @@ cp user.sh deploy.conf /home/$user/
48 48
49echo -e "\n\n" 49echo -e "\n\n"
50echo "Next: run 'logout' and then log in as the standard user created during the installation" 50echo "Next: run 'logout' and then log in as the standard user created during the installation"
51echo "After loggin in run: './ user.sh'" 51echo "After logging in run: './ user.sh'"
52echo -e "\n\n" 52echo -e "\n\n"
diff --git a/user.sh b/user.sh
index ac229c9..105610a 100755
--- a/user.sh
+++ b/user.sh
@@ -46,3 +46,8 @@ fi
46 46
47# GPG 47# GPG
48[ ! -z $CONFIG_GPG ] && gpg --full-gen-key 48[ ! -z $CONFIG_GPG ] && gpg --full-gen-key
49
50echo -e "\n\n"
51echo "Next: If you chose to install dwm, logout and log back in."
52echo "If you did not install dwm, you will need to install a desktop environment or window manager and then do the above"
53echo -e "\n\n"