From 6c52c4c14aa61a8ee5e35434ba17653e6996da96 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Tue, 20 Oct 2020 06:21:12 +0200 Subject: [PATCH] Update install-speedify.sh --- install-speedify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-speedify.sh b/install-speedify.sh index 8199edb..0a35501 100755 --- a/install-speedify.sh +++ b/install-speedify.sh @@ -10,7 +10,7 @@ echo "WIFI_PASSWORD=\"$REPLY\"" >> speedify.conf read -p "Speedify login:" sp_login=$REPLY -read -p "Speedify password:" +read -s -p "Speedify password (not displayed):" sp_pass=$REPLY curl https://get.speedify.com/pgp.key | sudo apt-key add