Shell script for installing and updating Deluge Torrent on the Raspberry Pi. The script either performs a new installation of the newest stable Deluge release or, if already installed, performs an upgrade to the newest release.
This script was tested on the Raspbian distribution from 2012-12-16-wheezy-raspbian with Deluge Torrent 1.3.5 stable.
Make sure that Git and Dialog is installed:
sudo apt-get update
sudo apt-get install -y git dialog
Then you can download the latest DelugePi setup script with
cd
git clone https://github.com/urbanswelt/DelugePi.git
The script is executed with
cd DelugePi
chmod +x DelugePi_setup.sh
sudo ./DelugePi_setup.sh
One in all Past and Copy ;-)
sudo apt-get update && sudo apt-get install -y git dialog && cd && git clone https://github.com/urbanswelt/DelugePi.git && cd DelugePi && chmod +x DelugePi_setup.sh && sudo ./DelugePi_setup.sh
After the installation you can activate the Plugin "Notifications". Run the Setup Steps from the Script after that -->
- open the webui
- go to Preferences
- Plugin
- Check Notifications
- Push Button OK
- Go to Connection Manager and stop/start the deamon
now is the Plugin activated !
For more information visit the blog at http://urbanswelt.de or the repository at https://github.com/urbanswelt/DelugePi .