-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathinstallDeluge
More file actions
14 lines (11 loc) · 766 Bytes
/
installDeluge
File metadata and controls
14 lines (11 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo apt-get --yes install python python-geoip python-libtorrent python-notify python-pygame python-gtk2 python-gtk2-dev python-twisted python-twisted-web2 python-openssl python-simplejson python-setuptools gettext python-xdg python-chardet librsvg2-dev xdg-utils python-mako
sudo kill -9 `sudo ps aux | grep deluge | grep -v grep | awk '{print $2}' | cut -d. -f 1` &> /dev/null
sudo rm -r /etc/seedbox-from-scratch/source/deluge
sudo git clone git://deluge-torrent.org/deluge.git /etc/seedbox-from-scratch/source/deluge
cd /etc/seedbox-from-scratch/source/deluge
sudo git branch -a
sudo git checkout -b 1.3-stable origin/1.3-stable
sudo python setup.py build
sudo python setup.py install
sudo ldconfig
echo "YES" | sudo tee /etc/seedbox-from-scratch/deluge.info