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