
* set sudo max fail count to 10, bin for easy reset * Slim down Let the failure just fail in the shell * Rename to be more descriptive * No need for the 00- prefix * Add migration to raise sudo try limit --------- Co-authored-by: Manuel <manuel.ramsaier@gmail.com> Co-authored-by: David Heinemeier Hansson <david@hey.com>
4 lines
102 B
Bash
4 lines
102 B
Bash
echo "Increase sudo attempts limit to 10"
|
|
|
|
source $OMARCHY_PATH/install/config/increase-sudo-tries.sh
|