Skip to content

Commit

Permalink
remove pivnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ccollicutt committed Mar 26, 2023
1 parent b3bf2e2 commit 3fdbe38
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,6 @@ function install_binaries(){
chmod 755 "$BIN_DIR"/kubectl-tree
popd || log error "pushd fail"
fi

if [[ ! -f "$BIN_DIR"/pivnet ]]; then
pushd "$TMP_DIR" || log error "pushd fail"
log debug "installing pivnet"
wget -q https://github.com/pivotal-cf/pivnet-cli/releases/download/v3.0.1/pivnet-linux-amd64-3.0.1
mv pivnet-linux-amd64-3.0.1 "$BIN_DIR"/pivnet
chmod 755 "$BIN_DIR"/pivnet
popd || log error "pushd fail"
fi

if [[ ! -f "$BIN_DIR"/pack ]]; then
pushd "$TMP_DIR" || log error "pushd fail"
Expand Down

0 comments on commit 3fdbe38

Please sign in to comment.