Skip to content

Commit 8bdf9c3

Browse files
committed
Fix ROSA installation
1 parent ac84801 commit 8bdf9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/hack/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ install_oc() {
192192

193193
install_rosa() {
194194
curl "${CURL_OPTS[@]}" -o "$TMPDIR/rosa.tgz" "https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/rosa/${ROSA_VERSION}/rosa-linux.tar.gz"
195-
tar -C "$TMPDIR" -xzf "$TMPDIR/rosa.tgz" rosa
195+
tar -C "$TMPDIR" -xzf "$TMPDIR/rosa.tgz" --no-same-owner rosa
196196
mv "$TMPDIR/rosa" "$TMPBIN"
197197
move_bin
198198
rosa version

0 commit comments

Comments
 (0)