Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandru-balan/Stremio-Install-Scripts
A repo with scripts that install Stremio from scratch on systems that do not package it.
https://github.com/alexandru-balan/Stremio-Install-Scripts
arch-linux clearlinux fedora31 installs-stremio solus stremio
Last synced: about 2 months ago
JSON representation
A repo with scripts that install Stremio from scratch on systems that do not package it.
- Host: GitHub
- URL: https://github.com/alexandru-balan/Stremio-Install-Scripts
- Owner: alexandru-balan
- License: gpl-3.0
- Created: 2019-04-23T12:26:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-31T14:52:13.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T15:02:36.105Z (5 months ago)
- Topics: arch-linux, clearlinux, fedora31, installs-stremio, solus, stremio
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 64
- Watchers: 5
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stremio - Stremio Install Scripts
README
# Stremio appears to now support builds for major distros so I advise you to download the official builds [here](https://www.stremio.com/downloads/?utm_source=blog&utm_medium=sidebar%20widgets) 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
0. `sudo dnf install git` <-- Installs git so you can download my scripts
1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` <-- Downloads the script
2. `cd Stremio-Install-Scripts` <-- Moves into the downloaded folder
3. `chmod 755 installStremioFedora.sh` <-- Makes the script executable
4. `./installStremioFedora.sh` <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)## Install on Solus 4.1
0. `sudo eopkg it git` <-- Installs git so you can download my scripts
1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` <-- Downloads the script
2. `cd Stremio-Install-Scripts` <-- Moves into the downloaded folder
3. `chmod 755 installStremioSolus.sh` <-- Makes the script executable
4. `./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*0. `sudo swupd bundle-add git` <-- Installs git so you can download my scripts (Probably already installed)
1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` <-- Downloads the script
2. `cd Stremio-Install-Scripts` <-- Moves into the downloaded folder
3. `chmod 755 installStremioClear.sh` <-- Makes the script executable
4. `./installStremioClear.sh` <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)## Install on Arch Linux
0. `sudo pacman -S git` <-- Installs git so you can download my scripts
1. `git clone https://github.com/alexandru-balan/Stremio-Install-Scripts.git` <-- Downloads the script
2. `cd Stremio-Install-Scripts` <-- Moves into the downloaded folder
3. `chmod 755 installStremioArch.sh` <-- Makes the script executable
4. `./installStremioArch.sh` <-- Installs Stremio (will ask for password to install dependencies and Stremio itself)