From 0c0e93930fd6b294ed25a698b71be8439033cd10 Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Thu, 27 Apr 2023 20:55:25 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`