commit d66493711edd358f9c65572430b906913e8ff3dd parent 51295283b0ab34b61cbb3e5d65d6ac07eb037894 Author: awy <awy@tutamail.com> Date: Fri, 31 May 2024 15:39:06 +0300 hidden passwords as it should be Diffstat:
M | install.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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