Skip to content

Instantly share code, notes, and snippets.

@hpherzog
Last active December 30, 2015 05:39
Show Gist options
  • Save hpherzog/7783947 to your computer and use it in GitHub Desktop.
Save hpherzog/7783947 to your computer and use it in GitHub Desktop.
wheezy-rfc5766-turn-server
#!/bin/sh
apt-get -y install \
libevent-core-2.0-5 \
libevent-extra-2.0-5 \
libevent-openssl-2.0-5 \
libevent-pthreads-2.0-5 \
libhiredis0.10 \
libpq5
cd /tmp
wget http://turnserver.open-sys.org/downloads/v3.2.2.910/turnserver-3.2.2.910-debian-wheezy-ubuntu-mint-x86-64bits.tar.gz
tar xzvf turnserver-*
dpkg -i rfc5766-turn-server*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment