-
1Get the binaries
Download the Zip files containing the binaries from the Releases section of the git (https://github.com/shivasiddharth/Stremio-RaspberryPi).
Place the downloaded zip in the /home/${USER}/ directory and unzip the file.
-
2Add sources
Buster Users:
sudo sh -c "echo 'deb http://ftp.us.debian.org/debian/ buster main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb http://deb.debian.org/debian buster main contrib non-free' >> /etc/apt/sources.list" sudo apt-get update
Bullseye Users:
sudo sh -c "echo 'deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free' >> /etc/apt/sources.list" sudo sh -c "echo 'deb http://deb.debian.org/debian bullseye main contrib non-free' >> /etc/apt/sources.list" sudo apt-get update
-
3Change directory
Replace x.x.xxx with the version numbers on the file.
64-Bit Users:
cd /home/${USER}/Stremio-x.x.xxx-arm64-64-bit/
32-Bit Users:
cd /home/${USER}/Stremio-x.x.xxx-armhf-32-bit/
-
4Perform installation
Replace x.x.xxx with the version numbers on the file
64-Bit Users:
sudo apt-get install ./libfdk-aac1_0.1.6-1_arm64.deb ./stremio_x.x.xxx-1_arm64.deb -f
32-Bit Users:
sudo apt-get install ./libfdk-aac1_0.1.6-1_armhf.deb ./stremio_x.x.xxx-1_armhf.deb -f
-
5Enjoy
Grab some snacks and enjoy.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
How about installing it on OMV6?
Are you sure? yes | no
Congratulations on the project, but I have a question. I can't use some add-ons, one of them and the subtitles of the movies. can help me solve it, thanks.
Are you sure? yes | no
The issue was fixed in the last update.
Are you sure? yes | no