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