Skip to content

Instantly share code, notes, and snippets.

@rhoconlinux
Last active September 12, 2017 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhoconlinux/4aa90d675c75cee35e08f1b5b3f4f76a to your computer and use it in GitHub Desktop.
Save rhoconlinux/4aa90d675c75cee35e08f1b5b3f4f76a to your computer and use it in GitHub Desktop.
marp-installer.sh
#/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