Skip to content

Instantly share code, notes, and snippets.

@linuxlite
Created April 21, 2016 02:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linuxlite/025960aa873a04aee2b65420e5d13f9a to your computer and use it in GitHub Desktop.
Save linuxlite/025960aa873a04aee2b65420e5d13f9a to your computer and use it in GitHub Desktop.
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/emby-server.list"
sudo apt-get update
sudo apt-get install emby-server
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget http://download.opensuse.org/repositories/home:emby/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment