Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Last active December 28, 2016 12:45
Show Gist options
  • Save darth-veitcher/25b87347d98466ced01d5fdabeb23314 to your computer and use it in GitHub Desktop.
Save darth-veitcher/25b87347d98466ced01d5fdabeb23314 to your computer and use it in GitHub Desktop.
automate emby upgrading
# Automates a check once a week for new version of Emby on Ubuntu
# Saves having to do this manually when iOS App stops working
# Runs at 0205 every 4th day of week
5 2 * * 3 service emby-server stop && apt-get update && apt-get install -y emby-server && service emby-server start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment