Update install_obitools.sh

Former-commit-id: 47a81f78f528c08abf8d4098f1c5b9052c6b3759
This commit is contained in:
2023-06-06 10:02:24 +02:00
parent c6b59c0c80
commit 19e43e8916

View File

@ -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" \