ostree: change the URL for OC client temporarily

mirror.openshift.com is temporarily down.

Revert this commit when the server is working as usual.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-10-20 20:01:47 +02:00 committed by Ondřej Budai
parent b606e8afca
commit ece191f73e

View file

@ -14,7 +14,7 @@ function greenprint {
# Install openshift client
greenprint "🔧 Installing oenshift client(oc)"
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://osbuild-storage.s3.amazonaws.com/oc-4.9.0-linux.tar.gz | sudo tar -xz -C /usr/local/bin/
# Start libvirtd and test it.
greenprint "🚀 Starting libvirt daemon"