Last active
July 1, 2020 15:12
-
-
Save shokinn/7cb9618bfcc53bb0903fe51f44a94e9b to your computer and use it in GitHub Desktop.
Emby Update script
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
# | |
# This script is depricated go to this repo to get the latest version: | |
# https://github.com/shokinn/emby-updater | |
# | |
# | |
# | |
# If you still need the old (bash) version, you can find it in the older Versions of this gist. | |
# |
@skarekrow didn't saw your command. Thanks!
It's fixed now :)
Rev. 4
- Refactored to use the script as template for other programs.
- Now easier to maintain
- Changed links to the new
Emby.Releases
repo.
Todo:
- script self-updater.
Works perfectly on Ubuntu 17.10, makes updating a breeze. Thanks for sharing this, I really appreciate it.
This version of the emby-updater is depricated
Go to https://github.com/shokinn/emby-updater to get the latest version.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're going to want an:
after line 62 to save some bandwidth ;) and while I'm here, a typo on line 46 :D
Thanks for this!