From 479ca41a87be1d36e38d0f59181c83de38fa530c Mon Sep 17 00:00:00 2001 From: beech Date: Sat, 14 Sep 2024 13:41:26 -0500 Subject: [PATCH] Cleanup --- install2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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