Update README.md

This commit is contained in:
hxcde 2023-01-20 10:31:20 +01:00 committed by GitHub
parent 9ac85b2633
commit c9dae03773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,11 @@
# automaticupdates # automaticupdates
Collection of automatic updating scripts for a bunch of linux and docker services 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 ```bash
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)" sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/autupdates/main/deb-flared-update.sh)"
``` ```