Skip to content

Instantly share code, notes, and snippets.

@amorgner
Created January 24, 2014 08:33
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 amorgner/8593970 to your computer and use it in GitHub Desktop.
Save amorgner/8593970 to your computer and use it in GitHub Desktop.
# Install Jitsi from repo on Ubuntu Linux
apt-add-repository 'deb http://download.jitsi.org/deb unstable/'
gpg --keyserver keyserver.ubuntu.com --recv C697D823EB0AB654
gpg --export --armor C697D823EB0AB654 | sudo apt-key add -
apt-get update
apt-get install jitsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment