From d66493711edd358f9c65572430b906913e8ff3dd Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 31 May 2024 15:39:06 +0300 Subject: hidden passwords as it should be --- install.sh | 4 ++-- 1 file 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 -- cgit v1.2.3