Last active
July 17, 2017 04:33
-
-
Save bouroo/b8738a99ff8a4fcd31732cd491cab329 to your computer and use it in GitHub Desktop.
Create shortcut on GNOME desktop
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
| #!/usr/bin/env bash | |
| sudo apt-get -y install --no-install-recommends gnome-panel | |
| gnome-desktop-item-edit --create-new ~/Desktop | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment