aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 184b348..18cc6e0 100755
--- a/install.sh
+++ b/install.sh
@@ -10,9 +10,9 @@ read -p "Hostname: " _hostname
read -p "Username: " _username
-read -p "root password: " _rootpasswd
+read -s -p "root password: " _rootpasswd
-read -p "user password: " _userpasswd
+read -s -p "user password: " _userpasswd
mkfs.ext4 /dev/$root_drive
#mkswap /dev/$swap_drive