diff --git a/bin/update b/bin/update index 1711abe..f889e34 100755 --- a/bin/update +++ b/bin/update @@ -164,7 +164,7 @@ update-system() { if [ -z "$password" ]; then echo -e "\033[32;1m=== Starting system update, please enter your password ===\033[0m" - read -s password + read -sep "Password: " password fi echo $password | sudo -Sp "" true