mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 20:49:59 +08:00
[install] Add arm64/aarch64 suuport
This commit is contained in:
parent
be8bd89674
commit
da214973a1
|
@ -104,6 +104,9 @@ case $OS_type in
|
|||
arm*)
|
||||
OS_type='arm'
|
||||
;;
|
||||
aarch64)
|
||||
OS_type='arm64'
|
||||
;;
|
||||
*)
|
||||
echo 'OS type not supported'
|
||||
exit 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user