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 |
||
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-runtime |
Revision as of 10:45, 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-runtime