From b74fdc59fd39837d3bc54f81d385bca92d2a2f1e Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 24 Feb 2023 11:23:32 +0100 Subject: [PATCH] Prompt for password --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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