ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
20.29k stars 518 forks source link

Error: zoxide has not yet been packaged for your architecture #827

Closed carbon-starlight closed 1 month ago

carbon-starlight commented 1 month ago
user@debian:~$ curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
Detected architecture: i686-unknown-linux-musl
Error: zoxide has not yet been packaged for your architecture (i686-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues
Error: found empty string: package

Device: Debian GNU/Linux 12

I tried installing with apt but their version is very old (0.4.3-5+b2)

natelandau commented 1 month ago

Same problem here running on x86 and on Arm

❯ curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
Detected architecture: x86_64-unknown-linux-musl
Error: zoxide has not yet been packaged for your architecture (x86_64-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues
Error: found empty string: package
❯ curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
Detected architecture: aarch64-unknown-linux-musl
Error: zoxide has not yet been packaged for your architecture (aarch64-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues
Error: found empty string: package
ajeetdsouza commented 1 month ago

@natelandau I'm guessing your IP has exceeded GitHub's rate limit, try again after some time.

ajeetdsouza commented 1 month ago

@carbon-starlight this will be available starting from the next version of zoxide.