Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
byroncollins committed Apr 18, 2024
1 parent 73c927f commit a28bdbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/download-ocp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ curl --silent --show-error --output "/tmp/${OPENSHIFT_BINARY_FILE}" "${OPENSHIFT

#Install OpenShift Client Binary
mkdir -p /usr/local/bin
tar xzf "/tmp/${OPENSHIFT_BINARY_FILE}" oc kubectl -C /usr/local/bin
tar xzf "/tmp/${OPENSHIFT_BINARY_FILE}" -C /usr/local/bin
chmod +x /usr/local/bin/oc /usr/local/bin/kubectl
rm -rf "/tmp/${OPENSHIFT_BINARY_FILE}"
rm -rf "/tmp/${OPENSHIFT_BINARY_FILE}"
rm /usr/local/bin/README.md

0 comments on commit a28bdbe

Please sign in to comment.