From 19e43e8916feb073d2726c7ee01a3b9c2ecdf645 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 6 Jun 2023 10:02:24 +0200 Subject: [PATCH] Update install_obitools.sh Former-commit-id: 47a81f78f528c08abf8d4098f1c5b9052c6b3759 --- install_obitools.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_obitools.sh b/install_obitools.sh index 46f6920..d6e9e00 100755 --- a/install_obitools.sh +++ b/install_obitools.sh @@ -83,6 +83,10 @@ if [[ "$ARCH" == "x86_64" ]] ; then ARCH="amd64" fi +if [[ "$ARCH" == "aarch64" ]] ; then + ARCH="arm64" +fi + GOFILE=$(curl "$URL" \ | grep 'class="download"' \ | grep "\.tar\.gz" \