Created
July 12, 2017 08:06
-
-
Save shinji62/97a0dc84382ee6b4251fcec7e361e6c7 to your computer and use it in GitHub Desktop.
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 | |
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