A friend asked me to set up OpenTracker on his linux box, so I decided to write and auto-compile / auto-installer bash script for it and for anyone else who is a little new to linux and/or to the OpenTracker software, or simply wants to process automated

How to use the script:
1) SSH into your linux box (or open terminal if using linux desktop)
To SSH into your linux box use putty
2) Log into root (if you are nto already)
- Code: Select all
su
3) Download the script
- Code: Select all
wget http://yify-torrents.com/torrents/opentracker-installer.sh
or alternitavly you can use googlecode: http://opentracker-auto-installer.googlecode.com/files/opentracker-installer.sh
4) Change the permissions of the install to 'executable'
- Code: Select all
chmod 755 opentracker-installer.sh
5) Run the installer
- Code: Select all
./opentracker-installer.sh
Follow the instructions on screen

Done
Tested and works on:
CentOS 5 (32bit and 64bit)
CentOS 6 (32bit and 64bit)
Debian 5 (32bit and 64bit)
Debian 6 (32bit and 64bit)
Ubuntu 10.10 (32bit and 64bit)
Ubuntu 11.04 (32bit and 64bit)
Please note this is my first bash script haha hope the pros think I did an ok job

Enjoy



