Created
February 27, 2020 18:59
-
-
Save stevenharradine/273f6e7398925ea6c37d75c415f96bca to your computer and use it in GitHub Desktop.
Update on boot cronjob
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@reboot PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin && /usr/bin/apt update > /tmp/update.log && /usr/bin/apt -y upgrade >> /tmp/update.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment