Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active September 9, 2023 02:52
Show Gist options
  • Save daxxog/5793383 to your computer and use it in GitHub Desktop.
Save daxxog/5793383 to your computer and use it in GitHub Desktop.
install utorrent
#!/bin/sh
#curl -L https://gist.github.com/daxxog/5793383/raw/install-utorrent.sh | sh
#download ssl lib
sudo apt-get -y install libssl0.9.8
#grab and install the upstart service config
wget https://gist.github.com/daxxog/5793395/raw/utserver.conf
sudo cp ./utserver.conf /etc/init/utserver.conf
rm utserver.conf
#download the latest utserver
curl http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ | tar zx
mv utorrent* utserver
#download the upstart helper
wget https://gist.github.com/daxxog/5793452/raw/utserver.sh
chmod +x utserver.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment