Last active
December 28, 2016 12:45
-
-
Save darth-veitcher/25b87347d98466ced01d5fdabeb23314 to your computer and use it in GitHub Desktop.
automate emby upgrading
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
| # 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