From 98001efd5a5f31daf4dcff1d21b50656f339ac5b Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 12 Jan 2026 14:25:48 +0530 Subject: do not change shell of new user --- arch_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch_install.sh') 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" -- cgit v1.2.3