Add support for Linux aarch64 to tinymist installer

This commit is contained in:
osamummu
2025-08-10 22:45:20 +09:00
committed by mattn
parent 577106602f
commit 92bedbe26e

View File

@@ -10,6 +10,9 @@ x86_64)
arch="x64"
;;
arm64) ;;
aarch64)
arch="arm64"
;;
*)
printf "%s doesn't supported by bash installer" "$os"
exit 1