Hi
I am trying to setup automatic dietpi updates. I came across this thread https://www.reddit.com/r/dietpi/comments/gfexxt/how_to_enable_automatic_dietpi_update/ that talks about enabling it when running dietpi-update however the “Automatic Updates” option is missing for me.
I then tried changing the setting below in /boot/dietpi.txt and rebooting however after a couple of days now the auto update is not happening which i would of expected to be executed by the daily cron.
# Daily check for APT package updates: 0=disable | 1=check only | 2=check and upgrade automatically
# - Upgrade logs can be found at: /var/tmp/dietpi/logs/dietpi-update_apt.log
CONFIG_CHECK_APT_UPDATES=2
Am i missing some part of setting this up?