Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created October 5, 2018 15:37
Show Gist options
  • Save Domin8-IPTV/6e0f7611bc99a2fb3e0238a4e10bbf42 to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/6e0f7611bc99a2fb3e0238a4e10bbf42 to your computer and use it in GitHub Desktop.
echo INSTALLING UTORRENT NOW
sudo apt-get update
sudo apt-get install libssl1.0.0 libssl-dev
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
sudo tar -zxvf utserver.tar.gz -C /opt/
sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &
sleep 1
echo THATS IT INSTALLED!!!!
echo Url : http://IP ADDRESS:8080/gui
echo USERNAME IS admin NO PASSWORD SET YET!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment