Add bash / cron based update checker for Pi-hole

This commit is contained in:
DL6ER
2017-10-28 13:20:02 +02:00
parent 2c33c64fae
commit 6ca47dc3b3
3 changed files with 81 additions and 2 deletions

View File

@@ -28,3 +28,6 @@
00 00 * * * root PATH="$PATH:/usr/local/bin/" pihole flush once quiet
@reboot root /usr/sbin/logrotate /etc/pihole/logrotate
# Pi-hole: Grab remote version and branch every 10 minutes
*/10 * * * * root PATH="$PATH:/usr/local/bin/" pihole updatechecker