Last active
September 12, 2017 21:57
-
-
Save rhoconlinux/4aa90d675c75cee35e08f1b5b3f4f76a to your computer and use it in GitHub Desktop.
marp-installer.sh
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
#/bin/bash | |
cd /tmp | |
wget https://gist.githubusercontent.com/rhoconlinux/36e7e64485ea76cecae8ef0b919b577f/raw/bcffec6b90faaad3ce4acf8d3e115aa65e75c815/marp.desktop | |
cp marp.desktop ~/.local/share/applications | |
chmod +x ~/.local/share/applications/marp.desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment