sudoers change
This commit is contained in:
parent
103f595551
commit
5e48aa4d73
1 changed files with 1 additions and 1 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 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue