do not change shell of new user
This commit is contained in:
parent
93299df699
commit
98001efd5a
|
|
@ -123,7 +123,7 @@ echo "%wheel ALL=(ALL:ALL) ALL" >> /etc/sudoers
|
|||
|
||||
19. Create user
|
||||
```
|
||||
useradd -m -G wheel -s /bin/zsh $username
|
||||
useradd -m -G wheel $username
|
||||
passwd $username
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue