diff --git a/install2.sh b/install2.sh index 05ab5d0..b2a36c5 100644 --- a/install2.sh +++ b/install2.sh @@ -9,9 +9,9 @@ echo "Create a root password (not your user password)." passwd -echo "Create user account" +echo "Create a user account." -read Username +read -r -p "Create username: " Username useradd -m -g users -G wheel,storage,power -s /bin/bash $Username