forked from RP1/RaveOS-arch
sudo
This commit is contained in:
parent
3877e4bc9e
commit
fc70934277
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold}
|
|||
normal=$(tput sgr0) # ${normal}
|
||||
yellow=$(tput setaf 3) # ${yellow}
|
||||
|
||||
useradd -m -G wheel -s /bin/bash "$USER"
|
||||
sudo useradd -m -G wheel -s /bin/bash "$USER"
|
||||
|
||||
# Installing packages
|
||||
|
||||
|
@ -52,6 +52,6 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
|||
sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/
|
||||
sudo cp -a view-app-grid-symbolic.svg /usr/share/iconsDefaults passwd_tries=3, passwd_timeout=60
|
||||
|
||||
userdel -m -G wheel -s /bin/bash "$USER"
|
||||
sudo userdel -m -G wheel -s /bin/bash "$USER"
|
||||
|
||||
reboot
|
Loading…
Reference in a new issue