diff options
| author | Sam Chudnick <sam@chudnick.com> | 2021-12-26 16:48:38 -0500 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2021-12-26 16:48:38 -0500 |
| commit | 2e98e5cc4d4537a713cac2861abdd60bcda64675 (patch) | |
| tree | f1fa96e721098bfed7ffe6cd5591bfd6b09b17af | |
| parent | da8ae08c86200647485ac453ada33cff98e7bb4c (diff) | |
Fixed typo. Added instructions to user script
| -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" | ||
