asd
This commit is contained in:
parent
33581e5e0b
commit
f4d32318af
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ normal=$(tput sgr0) # ${normal}
|
||||||
yellow=$(tput setaf 3) # ${yellow}
|
yellow=$(tput setaf 3) # ${yellow}
|
||||||
|
|
||||||
sudo usermod -aG wheel "$USER"
|
sudo usermod -aG wheel "$USER"
|
||||||
sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers
|
sudo sed -i 's/^# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/%wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
||||||
|
@ -53,6 +53,6 @@ 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/icons/Yaru/scalable/actions/
|
sudo cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/
|
||||||
|
|
||||||
sed -i 's/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers
|
sudo sed -i 's/^%wheel ALL=(ALL:ALL) NOPASSWD: ALL/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers
|
||||||
|
|
||||||
reboot
|
reboot
|
Loading…
Reference in a new issue