Skip to content

Instantly share code, notes, and snippets.

@mattlangtree
Last active December 10, 2015 22:08
Show Gist options
  • Save mattlangtree/4499717 to your computer and use it in GitHub Desktop.
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
#!/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