This commit is contained in:
2023-06-14 13:16:09 -05:00

View File

@ -10,4 +10,4 @@ To install, complete the following steps:
## Persistence
To allow the toolkit to update automatically, install the following cronjob as **root**: `0 * * * * cd /etc/toolkit/scripts && /usr/bin/bash ./update.sh >> /dev/null 2>&1`
To allow the toolkit to update automatically, install the following cronjob as **root**: `*/60 * * * * cd /etc/toolkit/scripts && /usr/bin/bash ./update.sh >> /dev/null 2>&1`