Skip to content

Instantly share code, notes, and snippets.

@shinji62
Created July 12, 2017 08:06
Show Gist options
  • Save shinji62/97a0dc84382ee6b4251fcec7e361e6c7 to your computer and use it in GitHub Desktop.
Save shinji62/97a0dc84382ee6b4251fcec7e361e6c7 to your computer and use it in GitHub Desktop.
#!bin/bash
export OM_VERSION=0.23.0
export PIVNET_VERSION=0.0.49
cd /home/ubuntu
wget https://github.com/pivotal-cf/om/releases/download/${OM_VERSION}/om-linux
mv ./om-linux ./om
chmod +x ./om
wget https://github.com/pivotal-cf/pivnet-cli/releases/download/v${PIVNET_VERSION}/pivnet-linux-amd64-${PIVNET_VERSION}
mv ./pivnet-linux-amd64-${PIVNET_VERSION} ./pivnet
chmod +x ./pivnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment