Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Forked from claudiosanches/install.sh
Created February 8, 2016 02:23
Show Gist options
  • Save ederrafo/069ef1aee4d1094177a9 to your computer and use it in GitHub Desktop.
Save ederrafo/069ef1aee4d1094177a9 to your computer and use it in GitHub Desktop.
Ubuntu - Install Strem.io
#!/usr/bin/env bash
sudo su
mkdir -p /opt/stremio
tar -xvzf Stremio3.3.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