From 86c746776f6d409f8635e6c2c4254b5ddf49fd21 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 26 Nov 2021 01:43:29 -0600 Subject: [PATCH] Added notice of default login creds --- Misc/Arch-LuksCrpy-Install.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/Arch-LuksCrpy-Install.bash b/Misc/Arch-LuksCrpy-Install.bash index 9c6e7ab..d9388c7 100755 --- a/Misc/Arch-LuksCrpy-Install.bash +++ b/Misc/Arch-LuksCrpy-Install.bash @@ -322,6 +322,7 @@ __EOF__ systemctl enable NetworkManager __END_CHROOT_CMDS__ log "info" "Next steps: update localities if incorrect, add your user, update the root password" + log "info" "Notice default login is the following, username: $(important "root") password: $(important "toor")" } main() {