need help with installing specific version of transmission centos5

Status
Not open for further replies.

michaellin85

Active Member
425
2011
73
0
hey guys,

as the title states, i'm trying to install an earlier version of transmission. how do i do that? i do not want to install the latest version. i use putty to connect.


Run Putty or similar software to access your servers ssh terminal.
Login with username root and your root password.
Run a Update:
1
yum update -y
Reboot VPS:
1
shutdown -r 0
Download sBorg transmission installer shell script:
1
wget http://sborg.us/sh/transmission.sh
Run the shell script:
1
sh ./transmission.sh
And now just test if it is running or not by going to:
1
http://ServerIP:9091/
Remember you can open the transmission web interface link to stop torrents and such. Also that Transmission will need to be started again if you reboot your VPS:
1
transmission-daemon
 
Status
Not open for further replies.
Back
Top