-
-
Save thiagomgo/9334494e22fda8a02f2b3d191db69337 to your computer and use it in GitHub Desktop.
Install Strem.io on Linux Mint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
cd ~ | |
curl -SO# http://dl.strem.io/Stremio3.6.5.linux.tar.gz | |
sudo mkdir -p /opt/stremio | |
sudo tar -xvzf Stremio3.6.5.linux.tar.gz -C /opt/stremio | |
sudo curl -o /opt/stremio/stremio-white-small.png http://www.strem.io/3.0/stremio-white-small.png | |
sudo curl -o /usr/share/applications/stremio.desktop https://gist.githubusercontent.com/thiagomgo/9334494e22fda8a02f2b3d191db69337/raw/9b41acd0a2372fba5f15d00afd09744067878458/Strem.io.desktop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Comment=Strem.io | |
Terminal=false | |
Name=Strem.io | |
Exec=/opt/stremio/Stremio.sh %F | |
Type=Application | |
Icon=/opt/stremio/stremio-white-small.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment