From 1119704b72ea4d7c632aab0930b5e5211379fa8b Mon Sep 17 00:00:00 2001 From: Ben <43531228+n5amd@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:58:19 -0400 Subject: [PATCH] Updated ARCH --- ambe-debian-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambe-debian-installer b/ambe-debian-installer index 0d4088f..f2c3b06 100755 --- a/ambe-debian-installer +++ b/ambe-debian-installer @@ -54,7 +54,7 @@ then cp libftd2xx.* /usr/local/lib chmod 0755 /usr/local/lib/libftd2xx.so.1.4.27 ln -sf /usr/local/lib/libftd2xx.so.1.4.27 /usr/local/lib/libftd2xx.so - elif [ "$ARC" = "armv71" ]; + elif [[ "$ARC" = "armv71" || "$ARC" = "aarch64" ]]; then wget $ARM tar xfvz libftd2xx-arm-v7-hf-1.4.27.tgz