We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0992088 commit 9400af6Copy full SHA for 9400af6
images/linux/scripts/installers/yq.sh
@@ -11,6 +11,6 @@ echo "Downloading latest yq from $YQ_URL"
11
12
download_with_retries "$YQ_URL" "/tmp" "${YQ_BINARY}.tar.gz"
13
tar xzf "/tmp/${YQ_BINARY}.tar.gz" -C "/tmp"
14
-mv /tmp/${YQ_BINARY} /usr/local/bin/yq
+mv /tmp/${YQ_BINARY} /usr/bin/yq
15
16
invoke_tests "Tools" "yq"
0 commit comments