Last active
August 9, 2016 22:11
-
-
Save ryanmark/9ec33d5d4ee572f7853e to your computer and use it in GitHub Desktop.
Setup or update the voxmedia middleman rig
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 | |
echo "#!/bin/bash" >/usr/local/bin/setup-vox-middleman | |
echo 'exec bash -c "$(curl -fsSL https://raw.githubusercontent.com/voxmedia/setup-vox-rig/master/setup-vox-middleman.sh)"' >>/usr/local/bin/setup-vox-middleman | |
chmod +x /usr/local/bin/setup-vox-middleman | |
exec /usr/local/bin/setup-vox-middleman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment