Update 'README.md'

This commit is contained in:
2023-04-27 20:55:25 +00:00
parent 3dc5f4681a
commit 0c0e93930f

View File

@ -10,4 +10,4 @@ To install, complete the following steps:
## Persistence ## 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`