how do i install the old web ui, ubuntu

General support for problems installing or using Deluge
Post Reply
markp1989
Member
Member
Posts: 21
Joined: Thu Sep 10, 2009 9:32 pm

how do i install the old web ui, ubuntu

Post by markp1989 »

i updated to 1.20rc (by accident)the otherday, and it doesnt work right, so i wana roll back.

how do i do this?

thanks Markp1989
markp1989
Member
Member
Posts: 21
Joined: Thu Sep 10, 2009 9:32 pm

Re: how do i install the old web ui, ubuntu

Post by markp1989 »

i compiled the old version my self, using these codes.

Code: Select all

cd /usr/src
svn co ttp://svn.deluge-torrent.org/branches/1.1.0_RC/ deluge1.1.0_RC
cd deluge*
sudo python setup.py build
sudo python setup.py install
Post Reply