1
0
Fork 0
forked from RP1/RaveOS-arch

sudoers try again

This commit is contained in:
RP1 2024-12-21 20:29:36 +01:00
parent 884d1f7998
commit a2defe6825

View file

@ -6,8 +6,7 @@ normal=$(tput sgr0) # ${normal}
yellow=$(tput setaf 3) # ${yellow} yellow=$(tput setaf 3) # ${yellow}
sudo sed -i 's/# %wheel ALL=(ALL:ALL) ALL/ %wheel ALL=(ALL:ALL) ALL/' /etc/sudoers echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-t
sudo sed -i 's/# %wheel ALL=(ALL:ALL) NOPASSWD: ALL/ %wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers
# Installing packages # Installing packages