forked from TrueCloudLab/rclone
[install] Add arm64/aarch64 suuport
This commit is contained in:
parent
be8bd89674
commit
da214973a1
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue