Skip to content

Instantly share code, notes, and snippets.

@ta1bbty
Last active April 29, 2019 02:27
Show Gist options
  • Select an option

  • Save ta1bbty/355cfe2ba257ea89ae54363abf7f327c to your computer and use it in GitHub Desktop.

Select an option

Save ta1bbty/355cfe2ba257ea89ae54363abf7f327c to your computer and use it in GitHub Desktop.

Revisions

  1. ta1bbty revised this gist Apr 29, 2019. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions utorrent-setup-ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,11 @@
    apt update -y
    apt upgrade -y
    apt-get -y install libssl1.0.0 libssl-dev
    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
    echo "Your utorrent server is running at : http://$(curl -s ifconfig.co):8080/gui/web/index.html"
  2. ta1bbty created this gist Apr 27, 2019.
    9 changes: 9 additions & 0 deletions utorrent-setup-ubuntu.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    apt update -y
    apt upgrade -y
    apt-get -y install libssl1.0.0 libssl-dev
    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/ &
    echo "Your utorrent server is running at : http://$(curl -s ifconfig.co):8080/gui/web/index.html"