How to install CouchPotato and SickChill on Raspberry Pi

Hello everyone,
Please find below the very latest procedure to install sickchill on your raspberry pi4 embedding OSMC :

Install pip :
sudo apt install python3 python3-venv python3-pip

Then run the following script :
curl https://raw.githubusercontent.com/SickChill/sickchill/develop/contrib/debian-ubuntu-install.sh | sudo bash --

During the installation, script will ask you to add osmc user to sickchill group :
Then the request to add user to sickchill group :

And finally, add sickchill to the osmc group :

sudo usermod -a -G osmc sickchill

SOURCE : End of support for certain ways to install Sickchill ? · Discussion #8171 · SickChill/sickchill · GitHub

1 Like