Sonarr: Difference between revisions

From James's Wiki
(Created page with "http://www.empirion.co.uk/linux/build-a-complete-linux-media-server-install-sonarr-downloader/")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
http://www.empirion.co.uk/linux/build-a-complete-linux-media-server-install-sonarr-downloader/
http://www.empirion.co.uk/linux/build-a-complete-linux-media-server-install-sonarr-downloader/
12/2/18
The newest version on mono (5.16) has bugs and breaks sonarr/radarr/jackett. Follow these steps to roll back to 5.14:
sudo apt remove --purge --auto-remove mono-runtime
sudo nano /etc/apt/sources.list.d/mono-official-stable.list
change:
deb https://download.mono-project.com/repo/debian stable-raspbianstretch main
to:
deb https://download.mono-project.com/repo/debian stable-raspbianstretch/snapshots/5.14.0.177 main
sudo apt update
sudo apt install mono-complete
to run manually:
/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser

Latest revision as of 11:44, 2 December 2018

http://www.empirion.co.uk/linux/build-a-complete-linux-media-server-install-sonarr-downloader/

12/2/18 The newest version on mono (5.16) has bugs and breaks sonarr/radarr/jackett. Follow these steps to roll back to 5.14:

sudo apt remove --purge --auto-remove mono-runtime
sudo nano /etc/apt/sources.list.d/mono-official-stable.list

change:

deb https://download.mono-project.com/repo/debian stable-raspbianstretch main

to:

deb https://download.mono-project.com/repo/debian stable-raspbianstretch/snapshots/5.14.0.177 main
sudo apt update
sudo apt install mono-complete

to run manually:

/usr/bin/mono /opt/NzbDrone/NzbDrone.exe -nobrowser