forked from RP1/RaveOS-arch
still trying to get rid of password
This commit is contained in:
parent
01e3cd0382
commit
3877e4bc9e
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold}
|
||||||
normal=$(tput sgr0) # ${normal}
|
normal=$(tput sgr0) # ${normal}
|
||||||
yellow=$(tput setaf 3) # ${yellow}
|
yellow=$(tput setaf 3) # ${yellow}
|
||||||
|
|
||||||
#echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
|
useradd -m -G wheel -s /bin/bash "$USER"
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ Icon=/usr/share/pixmaps/faces/rave-pp.png
|
||||||
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
||||||
sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/
|
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
|
sudo cp -a view-app-grid-symbolic.svg /usr/share/iconsDefaults passwd_tries=3, passwd_timeout=60
|
||||||
#sudo sed -i '140d' /etc/sudoers
|
|
||||||
|
userdel -m -G wheel -s /bin/bash "$USER"
|
||||||
|
|
||||||
reboot
|
reboot
|
Loading…
Reference in a new issue