Stremio Install Scripts Save

A repo with scripts that install Stremio from scratch on systems that do not package it.

Project README

Stremio appears to now support builds for major distros so I advise you to download the official builds here if you are using Fedora or an Arch system

Stremio Install Scripts

A repository containing scripts that are meant to install Stremio and its dependencies on systems that do not provide an official installation for Stremio.

Disclaimer:

You probably need the proprietary media codecs in order to be able to play any online content with stremio, so before running the script I advise you to search for how to install them on your speciffic distribution as the setps may vary.

Solus users: you have the codecs preinstalled out of the box.

Fedora users: you shoud see how to install rpmfusion repos (both free and non-free) then install all the codecs through the software center. RPMFUSION Free is required for mpv media player libs which are a dependency for Stremio

Arch users: if not already installed, then you shoud probably install gstreamer and ffmpeg

Clear Linux users: https://community.clearlinux.org/t/how-to-h264-etc-support-for-firefox-including-ffmpeg-install/195

Install on Fedora 31

  1. sudo dnf install git <-- Installs git so you can download my scripts
  2. git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git <-- Downloads the script
  3. cd Stremio-Install-Scripts <-- Moves into the downloaded folder
  4. chmod 755 installStremioFedora.sh <-- Makes the script executable
  5. ./installStremioFedora.sh <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)

Install on Solus 4.1

  1. sudo eopkg it git <-- Installs git so you can download my scripts
  2. git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git <-- Downloads the script
  3. cd Stremio-Install-Scripts <-- Moves into the downloaded folder
  4. chmod 755 installStremioSolus.sh <-- Makes the script executable
  5. ./installStremioSolus.sh <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)

Install on Clear Linux (this one might take a lot to complete)

Clear linux installs a lot of other things beside the necessary deps (around 2GB worth of bundles) due to the way swupd works

  1. sudo swupd bundle-add git <-- Installs git so you can download my scripts (Probably already installed)
  2. git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git <-- Downloads the script
  3. cd Stremio-Install-Scripts <-- Moves into the downloaded folder
  4. chmod 755 installStremioClear.sh <-- Makes the script executable
  5. ./installStremioClear.sh <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)

Install on Arch Linux

  1. sudo pacman -S git <-- Installs git so you can download my scripts
  2. git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git <-- Downloads the script
  3. cd Stremio-Install-Scripts <-- Moves into the downloaded folder
  4. chmod 755 installStremioArch.sh <-- Makes the script executable
  5. ./installStremioArch.sh <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)
Open Source Agenda is not affiliated with "Stremio Install Scripts" Project. README Source: alexandru-balan/Stremio-Install-Scripts
Stars
56
Open Issues
9
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating