Skip to content

Instantly share code, notes, and snippets.

@pmgreen
Created August 26, 2016 20:04
Show Gist options
  • Save pmgreen/749b396abf7de46edcaeb8482ce95608 to your computer and use it in GitHub Desktop.
Save pmgreen/749b396abf7de46edcaeb8482ce95608 to your computer and use it in GitHub Desktop.
#!/bin/bash
# update marcedit on Ubuntu
rm ~/Downloads/marcedit.bin.zip # remove any previous downloads
wget -P ~/Downloads/ http://marcedit.reeset.net/software/marcedit.bin.zip
unzip ~/Downloads/marcedit.bin.zip -d /opt/local/ # unzip to /opt/local/
rm ~/Downloads/marcedit.bin.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment