Auto-update Pi-Hole

Note: Pi-Hole do not recommend auto updating, as new versions may break existing installations.

crontab -e

# Add this line to update at 6 AM daily
* 6 * * * /usr/local/bin/pihole -up

# Save and quit