aboutsummaryrefslogtreecommitdiff
path: root/arch_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch_install.sh')
-rwxr-xr-xarch_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch_install.sh b/arch_install.sh
index af4259c..6eaf30f 100755
--- a/arch_install.sh
+++ b/arch_install.sh
@@ -66,6 +66,6 @@ systemctl enable NetworkManager.service
echo "%wheel ALL=(ALL:ALL) ALL" >> /etc/sudoers
printf "\e[0;34mEnter Username: \e[0m"
read username
-useradd -m -G wheel -s /bin/zsh $username
+useradd -m -G wheel $username
passwd $username
echo "Installation Finish Reboot now"