Skip to content

Instantly share code, notes, and snippets.

@MateusBMP
Created January 31, 2022 05:11
Show Gist options
  • Select an option

  • Save MateusBMP/2d759e1b6b5cc9c40367e8a2520b1950 to your computer and use it in GitHub Desktop.

Select an option

Save MateusBMP/2d759e1b6b5cc9c40367e8a2520b1950 to your computer and use it in GitHub Desktop.
Weekly update the server and restart it, via crontab
0 2 * * 0 apt update && apt -y upgrade && apt -y autoremove && /usr/sbin/shutdown -h -r now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment