1
mirror of https://github.com/rclone/rclone synced 2024-10-01 07:24:48 +02:00

[install] Add arm64/aarch64 suuport

This commit is contained in:
Oliver Heyme 2018-04-24 11:41:29 +02:00 committed by Nick Craig-Wood
parent be8bd89674
commit da214973a1

View File

@ -104,6 +104,9 @@ case $OS_type in
arm*)
OS_type='arm'
;;
aarch64)
OS_type='arm64'
;;
*)
echo 'OS type not supported'
exit 2