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 5e6d144 commit 668f45cCopy full SHA for 668f45c
scripts/01-add-yq
@@ -6,8 +6,8 @@ export LC_ALL=C
6
source /common.sh
7
install_cleanup_trap
8
9
-# if pb is there, we don't need to do anything
+# if yq is there, we don't need to do anything
10
[ -f /usr/local/bin/yq ] && exit 0
11
12
-curl -L -o /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_arm
+curl -L -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION:-v4.45.1}/yq_linux_arm"
13
chmod +x /usr/local/bin/yq
0 commit comments