diff --git a/README.md b/README.md index f3c38c0..aa5dfb7 100644 --- a/README.md +++ b/README.md @@ -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`