From c9dae0377329027d3d6aa6318b965c23ea28bbb8 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 10:31:20 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ed89bb6..8dd3c91 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # automaticupdates Collection of automatic updating scripts for a bunch of linux and docker services + +## Autoupdate for Cloudflared on Debian +- The script is installing a cron job which updates the cloudflared package every night at midnight. +- To change the time span, the job can be edited with "crontab -e". +- The syntax of cron can be looked up here. https://cron.help/ + ```bash sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)" ```