Skip to content

Instantly share code, notes, and snippets.

@stefan736
stefan736 / gist:87a4a1d4f35b387f9901c20aa181fa29
Last active February 9, 2022 13:48
Auto Update Linux Machine
#!/bin/bash
#
# Auto Updating Debian (means also Ubuntu) based Linux installations
#
# add to crontab ($ crontab -e)
# @reboot /home/username/update.sh >> /home/username/update.sh.log 2>&1
# 30 1 * * * /home/username/update.sh >> /home/username/update.sh.log 2>&1
#
# recognize wether we are currently inside an update process