Skip to content

Instantly share code, notes, and snippets.

@fizzvr
Forked from claudiosanches/install.sh
Created May 11, 2016 07:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fizzvr/61905d78ece37f99d0965d293fe9da4d to your computer and use it in GitHub Desktop.
Save fizzvr/61905d78ece37f99d0965d293fe9da4d to your computer and use it in GitHub Desktop.
Ubuntu - Install Strem.io
#!/usr/bin/env bash
sudo su
curl -SO# http://178.62.254.47/Stremio3.5.1.linux.tar.gz
mkdir -p /opt/stremio
tar -xvzf Stremio3.5.1.linux.tar.gz -C /opt/stremio
curl -SO# http://www.strem.io/3.0/stremio-white-small.png
mv stremio-white-small.png /opt/stremio/
curl -SO# https://gist.githubusercontent.com/claudiosmweb/797b502bc095dabee606/raw/52ad06b73d90a4ef389a384fbc815066c89798eb/stremio.desktop
mv stremio.desktop /usr/share/applications/
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Strem.io
Comment=Watch instantly All the Video Content You Enjoy in One Place
Exec=/opt/stremio/Stremio.sh %F
Terminal=false
Type=Application
Icon=/opt/stremio/stremio-white-small.png
Categories=Player;
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment