1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-27 18:03:27 +00: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