Skip to content

Commit

Permalink
Openshift install log improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 12, 2024
1 parent 0f171b3 commit 25b4dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log "Installing openshift-local..."
CRC_VERSION=2.29.0
CRC_URL=https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/$CRC_VERSION/crc-linux-$ARCH.tar.xz
curl -Lo /tmp/crc.tar.xz $CRC_URL
tar -C /tmp -xvf /tmp/crc.tar.xz
tar -C /tmp -xvf /tmp/crc.tar.xz > /dev/null 2>&1
mv /tmp/crc-linux-$CRC_VERSION-$ARCH/crc /usr/local/bin
chmod +x /usr/local/bin/crc

Expand Down

0 comments on commit 25b4dab

Please sign in to comment.