Skip to content

Instantly share code, notes, and snippets.

@dnicolson
Created May 4, 2020 19:09
Show Gist options
  • Save dnicolson/3a29675a09da7f5ff42f115a947bd1af to your computer and use it in GitHub Desktop.
Save dnicolson/3a29675a09da7f5ff42f115a947bd1af to your computer and use it in GitHub Desktop.
Script to install AtomicParsleyGUI 0.3.5 (no longer available at https://github.com/x43x61x69/AtomicParsleyGUI)
#!/bin/bash
curl -O http://ftp-new-pc.pconline.com.cn/ffeffca671e6cf60507f8d3a6e8ed552/pub/download/201807/pconline1531017059128.zip
unzip pconline1531017059128.zip -d /Applications
chmod +x /Applications/AtomicParsleyGUI.app/Contents/MacOS/AtomicParsleyGUI
brew install atomicparsley
cp /usr/local/bin/AtomicParsley /Applications/AtomicParsleyGUI.app/Contents/Resources/AtomicParsley
chmod +x /Applications/AtomicParsleyGUI.app/Contents/Resources/AtomicParsley
xattr -r -d com.apple.quarantine /Applications/AtomicParsleyGUI.app
rm pconline1531017059128.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment