aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-05-31 15:39:06 +0300
committerawy <awy@tutamail.com>2024-05-31 15:39:06 +0300
commitd66493711edd358f9c65572430b906913e8ff3dd (patch)
tree67a73e2ead5ea3efd1bf770a242de0c6c5f3e6cf
parent51295283b0ab34b61cbb3e5d65d6ac07eb037894 (diff)
hidden passwords as it should be
-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