mirror of
https://github.com/iyear/tdl
synced 2025-01-08 11:57:55 +08:00
feat(scripts): install support arm64 arch (#222)
This commit is contained in:
parent
5eff7feed0
commit
6eb54a2f5f
@ -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"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user