summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b47ee8f..9e5ff81 100644
--- a/install.sh
+++ b/install.sh
@@ -12,7 +12,7 @@ then
doas apk add podman-compose
fi
-if [ -z "$(which yq 2>/dev/null")" ]
+if [ -z "$(which yq 2>/dev/null)" ]
then
YQ_PLATFORM="linux_$(expr "$(arch)" : "armv7" && echo arm || expr "$(arch)" : "x86_64" && echo amd64 || arch)"
wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_${YQ_PLATFORM}