From 2e98e5cc4d4537a713cac2861abdd60bcda64675 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 26 Dec 2021 16:48:38 -0500 Subject: Fixed typo. Added instructions to user script --- init.sh | 2 +- user.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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/ echo -e "\n\n" echo "Next: run 'logout' and then log in as the standard user created during the installation" -echo "After loggin in run: './ user.sh'" +echo "After logging in run: './ user.sh'" echo -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 # GPG [ ! -z $CONFIG_GPG ] && gpg --full-gen-key + +echo -e "\n\n" +echo "Next: If you chose to install dwm, logout and log back in." +echo "If you did not install dwm, you will need to install a desktop environment or window manager and then do the above" +echo -e "\n\n" -- cgit v1.2.3