mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-12-26 03:07:30 +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"
|
||||
_clibtype="musl"
|
||||
;;
|
||||
armv7 | aarch64)
|
||||
_clibtype="musl"
|
||||
;;
|
||||
*)
|
||||
warning "No binaries are available for your CPU architecture ($_cputype)"
|
||||
_clibtype="gnu"
|
||||
|
Loading…
Reference in New Issue
Block a user