Skip to content

Instantly share code, notes, and snippets.

@shivasiddharth
Last active February 17, 2023 12:47
Show Gist options
  • Save shivasiddharth/cccd8d6028184fbe6ee19782728f1b19 to your computer and use it in GitHub Desktop.
Save shivasiddharth/cccd8d6028184fbe6ee19782728f1b19 to your computer and use it in GitHub Desktop.
Script to install Stremio on Linux mint
#!/bin/bash
clear
cd /home/${USER}/Downloads/
echo "Lets get entertained....................."
echo ""
wget "https://dl.strem.io/shell-linux/v4.4.116/stremio_4.4.116-1_amd64.deb"
sudo dpkg -i stremio_4.4.116-1_amd64.deb
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
echo ""
echo "All done........................."
echo ""
echo "Starting stremio for the first time........................"
stremio
@iamhbc
Copy link

iamhbc commented Jun 25, 2022

still it didn't on my system as i tried it form multiple time.

@sinasadjadi
Copy link

still it didn't on my system as i tried it form multiple time.

I run it inside docker and it's work.
follow up the below link:
https://askubuntu.com/a/1415787/1673834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment