Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active June 4, 2016 01:38
Show Gist options
  • Select an option

  • Save rhoconlinux/52f905aa1635eee070cdae9d38242076 to your computer and use it in GitHub Desktop.

Select an option

Save rhoconlinux/52f905aa1635eee070cdae9d38242076 to your computer and use it in GitHub Desktop.
installer-gisto-desktop-icon
#!/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