1
0
Fork 0
forked from RP1/RaveOS-arch

sudoers change

This commit is contained in:
RP1 2024-12-20 22:13:00 +01:00
parent 103f595551
commit 5e48aa4d73

View file

@ -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 timestamp_timeout=-1" | sudo tee -a /etc/sudoers echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
# Installing packages # Installing packages