Disclaimer: This guide was automatically translated by AI from the German original. Please verify commands and technical details before using them.
Back to overview: Debian guides
Download the setup script:
wget -O /root/serverupdate.sh https://raw.githubusercontent.com/kanuracer/scripts/main/linux/helper/serverupdate.sh
Make it executable:
chmod +x /root/serverupdate.sh
Run the setup:
/root/serverupdate.sh
Note: You will be asked for an update interval (daily / weekly / monthly / custom). After that, all required scripts and services are created.
You can then check whether everything worked:
systemctl list-timers | grep auto-apt
systemctl status auto-apt.timer
If needed, you can also check the log:
cat /var/log/auto-apt.log