diff --git a/rp-os-ae.sh b/rp-os-ae.sh index fc4c5f9..0a79637 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal} 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