Created
January 24, 2014 08:33
-
-
Save amorgner/8593970 to your computer and use it in GitHub Desktop.
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
# 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