Skip to content

Instantly share code, notes, and snippets.

@shokinn
Last active July 1, 2020 15:12
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shokinn/7cb9618bfcc53bb0903fe51f44a94e9b to your computer and use it in GitHub Desktop.
Save shokinn/7cb9618bfcc53bb0903fe51f44a94e9b to your computer and use it in GitHub Desktop.
Emby Update script
#
# 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
Copy link

You're going to want an:

else
   exit 0

after line 62 to save some bandwidth ;) and while I'm here, a typo on line 46 :D

Thanks for this!

@shokinn
Copy link
Author

shokinn commented Jul 23, 2018

@skarekrow didn't saw your command. Thanks!
It's fixed now :)

@shokinn
Copy link
Author

shokinn commented Jul 23, 2018

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.

@ulrick65
Copy link

Works perfectly on Ubuntu 17.10, makes updating a breeze. Thanks for sharing this, I really appreciate it.

@shokinn
Copy link
Author

shokinn commented Nov 13, 2018

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