Skip to content

Commit

Permalink
Merge pull request #16 from mcattamoredhat/update-test-script
Browse files Browse the repository at this point in the history
test: install openshift client
  • Loading branch information
mcattamoredhat authored Apr 26, 2024
2 parents 2ce0544 + 39264d9 commit 7357bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sudo dnf install -y glibc-langpack-en
sudo localectl set-locale LANG=en_US.UTF-8

# Install openshift client
# curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz | sudo tar -xz -C /usr/local/bin/
curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux.tar.gz | sudo tar -xz -C /usr/local/bin/

# Install required packages
greenprint "Install required packages"
Expand Down

0 comments on commit 7357bf6

Please sign in to comment.