https://github.com/wandercone/Updater/releases/download/2026.07.09.01/updater-2026.07.09.01-noarch-1.txz 5636ee4c5b355406a6f167c0ae2a4235e486e1940072cd663c761fca2dbf84af # Generated updater plugin scheduled tasks # Disable/enable and change schedule from the plugin settings page /dev/null | grep -v '2026.07.09.01') # regenerate the plugin-owned cron file from saved state (also recreates it on boot) /usr/bin/php /usr/local/emhttp/plugins/updater/include/cron.php --install-cron 2>/dev/null || true # sync the plugin-owned cron file into the running cron state /usr/local/sbin/update_cron echo "" echo "----------------------------------------------------" echo " updater has been installed." echo " Version: 2026.07.09.01" echo "----------------------------------------------------" echo "" ]]>