Skip to content

Commit

Permalink
Merge branch 'develop' into hotfix/cf-check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Dec 5, 2024
2 parents 69c4e64 + 1bd1a43 commit 7a12ced
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/cf-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ else
echo "Failed to install curl and jq"
apk add --no-cache curl jq
fi

else
apt-get update
apt-get install curl wget gnupg2 apt-transport-https jq
fi

NEXUS_ARCHIVE="cf7-cli_7.7.13_linux_x86-64.tgz"
NEXUS_URL="https://tdp-nexus.dev.raftlabs.tech/repository/tdp-bin/cloudfoundry-cli/$NEXUS_ARCHIVE"
curl $NEXUS_URL -o $NEXUS_ARCHIVE # prefers anonymous, use of -u failed.
Expand Down

0 comments on commit 7a12ced

Please sign in to comment.