Github Security Team. Before you can join this org, please make sure you enable these security settings on your profile by visiting this link : http://tinyurl.com/gh-security ta1bbty
View utorrent-setup-ubuntu.sh
This file contains 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
export DEBIAN_FRONTEND=noninteractive | |
apt update -yq | |
apt upgrade -yq | |
apt-get -y install libssl1.0.0 libssl-dev apache2 | |
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utorrent.tar.gz | |
tar -zxvf utorrent.tar.gz -C /opt/ | |
chmod 777 /opt/utorrent-server-alpha-v3_3/ | |
ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver | |
utserver -settingspath /opt/utorrent-server-alpha-v3_3/ & | |
mkdir /var/www/html/downloads && ln -s /var/www/html/downloads downloads |