mirror of
https://github.com/rclone/rclone
synced 2024-12-29 22:26:24 +01: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