Created
December 12, 2014 12:46
-
-
Save mlocher/317d1d43ea6c68efaa8b to your computer and use it in GitHub Desktop.
Install Gemnasium Toolbelt
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/sh | |
VERSION="0.2.5" | |
mkdir ~/gemnasium | |
wget "https://github.com/gemnasium/toolbelt/releases/download/${VERSION}/gemnasium_${VERSION}_linux_amd64.tar.gz" -O ~/gemnasium.tar.gz | |
tar -xaf ~/gemnasium.tar.gz --strip-components=1 -C ~/gemnasium | |
rm -rf ~/gemnasium.tar.gz | |
# call the binary like | |
# ~/gemnasium/gemnasium help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment