mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-13 18:32:58 +00:00
add armv7/aarch64 support to installer (#198)
This commit is contained in:
parent
027ae1df47
commit
90f49684e9
@ -33,6 +33,9 @@ install() {
|
|||||||
_cputype="x86_64"
|
_cputype="x86_64"
|
||||||
_clibtype="musl"
|
_clibtype="musl"
|
||||||
;;
|
;;
|
||||||
|
armv7 | aarch64)
|
||||||
|
_clibtype="musl"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
warning "No binaries are available for your CPU architecture ($_cputype)"
|
warning "No binaries are available for your CPU architecture ($_cputype)"
|
||||||
_clibtype="gnu"
|
_clibtype="gnu"
|
||||||
|
Loading…
Reference in New Issue
Block a user