☰
QuidsUp - Scripts - Deluge Installer
Deluge Installer
Script to install the latest version of Deluge Torrent Downloader, currently at version 1.3.11 (at time of writing) in an Ubuntu based system.
Usage:
wget quidsup.net/sh/install-deluge.sh bash install-deluge.sh
Script:
#!/bin/bash #Title : install-deluge.sh #Description : This script will add the Launchpad repository for Deluge torrent downloader, and then install Deluge #Author : QuidsUp #Date : 2015-03-28 #Version : 0.1 #Usage : bash install-deluge.sh #Notes : Uncomment the last line if you wish to install Deluge Daemon or Web Interface #============================================================================== sudo add-apt-repository ppa:deluge-team/ppa sudo apt-get update sudo apt-get install deluge #Optional #sudo apt-get install deluged deluge-webui