We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473cc53 commit 377b0e8Copy full SHA for 377b0e8
1 file changed
image/cli-base/install/install-rosa.sh
@@ -25,7 +25,7 @@ if [[ "$TARGET_PLATFORM" == "s390x" ]]; then
25
exit 0
26
fi
27
28
-wget -q https://mirror.openshift.com/pub/openshift-v4/clients/rosa/latest/rosa-linux.tar.gz
+wget -q https://mirror.openshift.com/pub/cgw/rosa/latest/rosa-linux.tar.gz
29
tar -xzf rosa-linux.tar.gz
30
mv rosa /usr/local/bin/
31
chmod +x /usr/local/bin/rosa
0 commit comments