mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Update install_obitools.sh
Former-commit-id: 47a81f78f528c08abf8d4098f1c5b9052c6b3759
This commit is contained in:
@ -83,6 +83,10 @@ if [[ "$ARCH" == "x86_64" ]] ; then
|
|||||||
ARCH="amd64"
|
ARCH="amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "$ARCH" == "aarch64" ]] ; then
|
||||||
|
ARCH="arm64"
|
||||||
|
fi
|
||||||
|
|
||||||
GOFILE=$(curl "$URL" \
|
GOFILE=$(curl "$URL" \
|
||||||
| grep 'class="download"' \
|
| grep 'class="download"' \
|
||||||
| grep "\.tar\.gz" \
|
| grep "\.tar\.gz" \
|
||||||
|
Reference in New Issue
Block a user