

#INSTALL SONARR UBUNTU INSTALL#
Install Jackett (Index Provider for Sonarr and Radarr): In Deluge preferences, go to Plugins and enable the Labels plugin (required by Sonarr/Radarr).The default deluge-web password is just "deluge".Sudo systemctl enable /etc/systemd/system/rvice Create and enable the rvice file at /etc/systemd/system/rvice (contents at bottom of gist).Sudo adduser -system -gecos "Deluge Service" -disabled-password -group -home /var/lib/deluge deluge Set up a service user for the deluge daemon, and add yourself to its group:.Sudo apt install deluged deluge-web deluge-console -y Install Deluge (BitTorrent Daemon): sudo add-apt-repository ppa:deluge-team/ppa Sudo apt install mono-devel mediainfo sqlite3 libmono-cil-dev curl ca-certificates-mono libcurl4-openssl-dev -y

Install Mono and some associated tools:.Sudo apt-key adv -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFĮcho "deb xenial main" | sudo tee /etc/apt//mono-official.list

