Skip to content

Instantly share code, notes, and snippets.

@yzf
Created May 8, 2018 09:13
Show Gist options
  • Save yzf/028ee355f23847f485349f421d425ab5 to your computer and use it in GitHub Desktop.
Save yzf/028ee355f23847f485349f421d425ab5 to your computer and use it in GitHub Desktop.
install jitsi-meet in debian
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