Sha256: 7c5b3b8e51d82492a6de4dddd7e984340a068add87927749adaecf372c913904
Contents?: true
Size: 554 Bytes
Versions: 31
Compression:
Stored size: 554 Bytes
Contents
if ! command -v atlas-upload &>/dev/null ; then mkdir -p $HOME/bin $HOME/gopath/src export PATH="$HOME/bin:$PATH" if ! command -v gimme &>/dev/null ; then curl -sL -o $HOME/bin/gimme https://raw.githubusercontent.com/meatballhat/gimme/master/gimme chmod +x $HOME/bin/gimme fi if [ -z $GOPATH ]; then export GOPATH="$HOME/gopath" else export GOPATH="$HOME/gopath:$GOPATH" fi eval "$(gimme 1.6)" &> /dev/null go get github.com/hashicorp/atlas-upload-cli cp $HOME/gopath/bin/atlas-upload-cli $HOME/bin/atlas-upload fi
Version data entries
31 entries across 31 versions & 2 rubygems