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:
parent
b606e8afca
commit
ece191f73e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue