mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
install.sh: fix macOS arm64 download - fixes #5183
This commit is contained in:
parent
6d65d116df
commit
9e2fbe0f1a
@ -101,12 +101,12 @@ case "$OS_type" in
|
|||||||
i?86|x86)
|
i?86|x86)
|
||||||
OS_type='386'
|
OS_type='386'
|
||||||
;;
|
;;
|
||||||
|
aarch64|arm64)
|
||||||
|
OS_type='arm64'
|
||||||
|
;;
|
||||||
arm*)
|
arm*)
|
||||||
OS_type='arm'
|
OS_type='arm'
|
||||||
;;
|
;;
|
||||||
aarch64)
|
|
||||||
OS_type='arm64'
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
echo 'OS type not supported'
|
echo 'OS type not supported'
|
||||||
exit 2
|
exit 2
|
||||||
|
Loading…
Reference in New Issue
Block a user