Installing Sonarr in OSMC

You can install sonarr from its depoaitory. You need to install mono first, then add the sonarr depository and install like this…
sudo apt-get install apt-transport-https -y
echo “deb https://apt.sonarr.tv/ master main” | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install nzbdrone -y
sudo chown -R osmc:osmc /opt/NzbDrone

1 Like