feat(scripts): install support arm64 arch (#222)

This commit is contained in:
angryPopcorn 2023-06-20 21:03:06 +08:00 committed by GitHub
parent 5eff7feed0
commit 6eb54a2f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
OWNER="iyear"
REPO="tdl"
@ -76,7 +76,7 @@ case $(uname -m) in
armv7*)
ARCH="armv7"
;;
aarch64*)
arm64|aarch64*)
ARCH="arm64"
;;
*)