From 3eba278c6231fb846749ef4f2d66a9af7f4ea7d3 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Wed, 4 Feb 2026 00:47:34 +0100 Subject: [PATCH] fix: shell language so good --- linux/ubuntu/scripts/act.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ubuntu/scripts/act.sh b/linux/ubuntu/scripts/act.sh index dd4250f..637acc6 100755 --- a/linux/ubuntu/scripts/act.sh +++ b/linux/ubuntu/scripts/act.sh @@ -123,7 +123,7 @@ printf "\n\tšŸ‹ Installed moby-buildx šŸ‹\t\n" docker buildx version IFS=' ' read -r -a NODE <<<"$NODE_VERSION" for ver in "${NODE[@]}"; do - if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l"]]; then + if [[ "${ver}" == "24" && "$(node_arch)" == "armv7l" ]]; then ver="22" # rip arm32/v7 fi printf "\n\tšŸ‹ Installing Node.JS=%s šŸ‹\t\n" "${ver}"