Skip to content

Instantly share code, notes, and snippets.

@bergpb
Last active November 22, 2020 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergpb/c0eb192bd38f8672df1dfcde183c83ad to your computer and use it in GitHub Desktop.
Save bergpb/c0eb192bd38f8672df1dfcde183c83ad to your computer and use it in GitHub Desktop.
Install Stremio in Linux
# https://www.edivaldobrito.com.br/como-instalar-o-stremio-no-ubuntu-debian-e-derivados/
wget https://dl.strem.io/shell-linux/v4.4.116/stremio_4.4.116-1_amd64.deb -O stremio.deb
sudo dpkg -i stremio.deb
sudo apt-get install -f
wget http://archive.ubuntu.com/ubuntu/pool/universe/x/x264/libx264-152_0.152.2854+gite9a5903-2_amd64.deb
sudo dpkg -i libx264-152_0.152.2854+gite9a5903-2_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment