Skip to content

Instantly share code, notes, and snippets.

@tie
Created November 15, 2020 21:08
Show Gist options
  • Save tie/92ee997e55b161278ac4fd2283d769b5 to your computer and use it in GitHub Desktop.
Save tie/92ee997e55b161278ac4fd2283d769b5 to your computer and use it in GitHub Desktop.
OpenWrt scheduled update and reboot
0 5 * * * opkg update && opkg list-upgradable | cut -d ' ' -f 0 | xargs -r opkg --autoremove upgrade -- && reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment