Skip to content

Instantly share code, notes, and snippets.

@deviantfero
Created August 9, 2017 16:22
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 deviantfero/71a61b27423969fc1b810918c6f24940 to your computer and use it in GitHub Desktop.
Save deviantfero/71a61b27423969fc1b810918c6f24940 to your computer and use it in GitHub Desktop.
# 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