diff options
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" |
