Created
May 4, 2020 19:09
-
-
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)
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
#!/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