Skip to content

Instantly share code, notes, and snippets.

@ryanmark
Last active August 9, 2016 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanmark/9ec33d5d4ee572f7853e to your computer and use it in GitHub Desktop.
Save ryanmark/9ec33d5d4ee572f7853e to your computer and use it in GitHub Desktop.
Setup or update the voxmedia middleman rig
#!/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