diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-12 14:25:48 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-12 14:25:48 +0530 |
| commit | 98001efd5a5f31daf4dcff1d21b50656f339ac5b (patch) | |
| tree | 9e49ef2758c5492f7081429fb7b326b43f823383 /arch_install.sh | |
| parent | 93299df69920281e16183d1737db4b98782bfb4e (diff) | |
do not change shell of new user
Diffstat (limited to 'arch_install.sh')
| -rwxr-xr-x | arch_install.sh | 2 |
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" |
