Last active
June 4, 2016 01:38
-
-
Save rhoconlinux/52f905aa1635eee070cdae9d38242076 to your computer and use it in GitHub Desktop.
installer-gisto-desktop-icon
This file contains hidden or 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
| #!/bin/bash | |
| wget https://gist.githubusercontent.com/rhoconlinux/9bebb2190a63dc48154f2d045beaa2a7/raw/f5ba185e818275ec964bf48c6c03c28adf9ea491/gisto.desktop ; sudo mv /usr/share/applications/gisto.desktop /usr/share/applications/gisto-default.desktop ; sudo mv gisto.desktop /usr/share/applications/gisto.desktop ; sudo chmod +x /usr/share/applications/gisto.desktop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment