From 613fb039c82f9b09b16c193ee03bf68232c887c2 Mon Sep 17 00:00:00 2001 From: Hans Date: Wed, 8 May 2024 04:21:39 +0800 Subject: [PATCH] fix: fix missing command on build Linux ARM64 --- scripts/prepare-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepare-linux.sh b/scripts/prepare-linux.sh index 3f87dda..a6af46c 100755 --- a/scripts/prepare-linux.sh +++ b/scripts/prepare-linux.sh @@ -20,7 +20,7 @@ if [ $(uname -m) == "x86_64" ]; then run_as_root apt-get install -qy vulkan-sdk else run_as_root apt-get update - run_as_root apt-get install -qy curl gnupg2 + run_as_root apt-get install -qy curl gnupg2 make cmake if ! command -v node &> /dev/null; then curl -fsSL https://deb.nodesource.com/setup_20.x | run_as_root bash -