diff options
Diffstat (limited to 'arch_install.md')
| -rwxr-xr-x | arch_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch_install.md b/arch_install.md index e88eff7..d2de027 100755 --- a/arch_install.md +++ b/arch_install.md @@ -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 ``` |
