Created
August 9, 2017 16:22
-
-
Save deviantfero/71a61b27423969fc1b810918c6f24940 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
# in ubuntu versions above 14.04 coturn is already on the base repositories | |
echo "deb http://ftp.us.debian.org/debian jessie main" >> /etc/apt/sources.list | |
gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553 | |
gpg -a --export 8B48AD6246925553 | apt-key add - | |
gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010 | |
gpg -a --export 7638D0442B90D010 | apt-key add - | |
apt-get update | |
apt-get install coturn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment