diff options
-rwxr-xr-x | init.sh | 2 | ||||
-rwxr-xr-x | user.sh | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -48,5 +48,5 @@ cp user.sh deploy.conf /home/$user/ | |||
48 | 48 | ||
49 | echo -e "\n\n" | 49 | echo -e "\n\n" |
50 | echo "Next: run 'logout' and then log in as the standard user created during the installation" | 50 | echo "Next: run 'logout' and then log in as the standard user created during the installation" |
51 | echo "After loggin in run: './ user.sh'" | 51 | echo "After logging in run: './ user.sh'" |
52 | echo -e "\n\n" | 52 | echo -e "\n\n" |
@@ -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 | |||
50 | echo -e "\n\n" | ||
51 | echo "Next: If you chose to install dwm, logout and log back in." | ||
52 | echo "If you did not install dwm, you will need to install a desktop environment or window manager and then do the above" | ||
53 | echo -e "\n\n" | ||