Last active
December 10, 2015 22:08
-
-
Save mattlangtree/4499717 to your computer and use it in GitHub Desktop.
Download the latest version of Dux and run it.
Usage: curl https://gist.github.com/raw/4499717/build-latest-dux.sh | 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 | |
rm -rf /tmp/Dux | |
git clone https://github.com/abhibeckert/Dux.git | |
cd Dux | |
xcodebuild -target Dux -configuration Release | |
rm -r /Applications/Dux.app | |
mv build/Release/Dux.app /Applications/Dux.app | |
open /Applications/Dux.app | |
cd - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment