git clone https://github.com/shivasiddharth/Stremio-RaspberryPi
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh
sudo chmod +x /home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh
sudo /home/${USER}/Stremio-RaspberryPi/scripts/installer.sh
Open first terminal and run
/home/${USER}/Stremio-RaspberryPi/src/server-launcher.sh
Open second terminal and run
/home/${USER}/Stremio-RaspberryPi/src/client-launcher.sh
Run the service installer
sudo /home/${USER}/Stremio-RaspberryPi/scripts/service-installer.sh
Enable and start the service
sudo systemctl enable stremio-server.service
sudo systemctl enable stremio-client.service
sudo systemctl start stremio-server.service
sudo systemctl start stremio-client.service
Open a terminal and run
sudo raspi-config
In that, Navigate to Advanced Options -> Compositor -> xcompmgr composition manager -> Choose “No”
- If you have enabled the Client Service and exited the browser, use the Client-Service shorcut to restart the client service.
- If you did not enable the Client Service, use the Client-Launcher shortcut to start the client again.