Created
May 8, 2018 09:13
-
-
Save yzf/028ee355f23847f485349f421d425ab5 to your computer and use it in GitHub Desktop.
install jitsi-meet in debian
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
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - | |
sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list" | |
sudo apt-get -y update | |
sudo apt-get -t jessie-backports -y install jitsi-meet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment