Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run shell installer on WSL2 Ubuntu 22.04 #843

Open
tjtrabue opened this issue Jun 17, 2024 · 3 comments
Open

Cannot run shell installer on WSL2 Ubuntu 22.04 #843

tjtrabue opened this issue Jun 17, 2024 · 3 comments

Comments

@tjtrabue
Copy link

Hello everyone,

I love zoxide! It's a fantastic tool, and I've used it for years. Thank you so much for taking the time to develop this awesome tool. I mostly run Arch Linux, but recently I've been using WSL2 for work purposes, and I ran into the following error when I run the installer script:

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

Here is my system information:

  • OS: Ubuntu jammy 22.04 x86_64
  • Host: Windows Subsystem for Linux - Ubuntu (2.2.4)
  • Kernel: Linux 5.15.153.1-microsoft-standard-WSL2
  • Shell: Zsh

In the meantime I can still use zoxide via the Ubuntu repositories, but I just thought I'd let you know about this issue. Thank you so much!

-tjtrabue

@ajeetdsouza
Copy link
Owner

This is strange, zoxide is most definitely packaged for x86_64-unknown-linux-musl.

Would you mind downloading the install script, running it with bash -x install.sh, and pasting the output here?

https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh

@ajeetdsouza ajeetdsouza added the waiting-for-response Waiting for a response from the issue author. label Jun 17, 2024
@tjtrabue
Copy link
Author

I'm afraid I get the same error when I download the install script and run bash -x install.sh. Here's the output:

+ main
+ '[' '' = 'Version JM 93t+ 2010-03-05' ']'
+ set -u
+ parse_args
+ BIN_DIR_DEFAULT=/home/nocog/.local/bin
+ MAN_DIR_DEFAULT=/home/nocog/.local/share/man
+ SUDO_DEFAULT=sudo
+ BIN_DIR=/home/nocog/.local/bin
+ MAN_DIR=/home/nocog/.local/share/man
+ SUDO=sudo
+ '[' 0 -gt 0 ']'
+ local _arch
++ ensure get_architecture
++ get_architecture
++ local _ostype _cputype _bitness _arch _clibtype
+++ uname -s
++ _ostype=Linux
+++ uname -m
++ _cputype=x86_64
++ _clibtype=musl
++ '[' Linux = Linux ']'
+++ uname -o
++ '[' GNU/Linux = Android ']'
++ '[' Linux = Darwin ']'
++ '[' Linux = SunOS ']'
++ case "${_ostype}" in
++ check_proc
++ test -L /proc/self/exe
++ _ostype=unknown-linux-musl
+++ get_bitness
+++ need_cmd head
+++ check_cmd head
+++ command -v -- head
+++ local _current_exe_head
++++ head -c 5 /proc/self/exe
+++ _current_exe_head=$'\177ELF\002'
++++ printf '\177ELF\001'
+++ '[' $'\177ELF\002' = $'\177ELF\001' ']'
++++ printf '\177ELF\002'
+++ '[' $'\177ELF\002' = $'\177ELF\002' ']'
+++ echo 64
++ _bitness=64
++ case "${_cputype}" in
++ _cputype=x86_64
++ '[' unknown-linux-musl = unknown-linux-musl ']'
++ '[' 64 -eq 32 ']'
++ '[' unknown-linux-musl = unknown-linux-musleabihf ']'
++ _arch=x86_64-unknown-linux-musl
++ echo x86_64-unknown-linux-musl
+ _arch=x86_64-unknown-linux-musl
+ assert_nz x86_64-unknown-linux-musl arch
+ '[' -z x86_64-unknown-linux-musl ']'
+ echo 'Detected architecture: x86_64-unknown-linux-musl'
Detected architecture: x86_64-unknown-linux-musl
+ local _bin_name
+ case "${_arch}" in
+ _bin_name=zoxide
+ local _tmp_dir
++ mktemp -d
+ _tmp_dir=/tmp/tmp.IorEsZKdJn
+ cd /tmp/tmp.IorEsZKdJn
+ local _package
++ ensure download_zoxide x86_64-unknown-linux-musl
++ download_zoxide x86_64-unknown-linux-musl
++ local _arch=x86_64-unknown-linux-musl
++ check_cmd curl
++ command -v -- curl
++ _dld=curl
++ need_cmd grep
++ check_cmd grep
++ command -v -- grep
++ local _releases_url=https://api.github.com/repos/ajeetdsouza/zoxide/releases/latest
++ local _releases
++ case "${_dld}" in
+++ curl -sL https://api.github.com/repos/ajeetdsouza/zoxide/releases/latest
++ _releases='{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383","assets_url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets","upload_url":"https://uploads.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets{?name,label}","html_url":"https://github.com/ajeetdsouza/zoxide/releases/tag/v0.9.4","id":142874383,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDODpzygM4IhBcP","tag_name":"v0.9.4","target_commitish":"main","name":"0.9.4","draft":false,"prerelease":false,"created_at":"2024-02-20T23:06:08Z","published_at":"2024-02-20T23:13:34Z","assets":[{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663824","id":152663824,"node_id":"RA_kwDODpzygM4JGXcQ","name":"zoxide-0.9.4-aarch64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":477555,"download_count":3864,"created_at":"2024-02-20T23:07:40Z","updated_at":"2024-02-20T23:07:41Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663877","id":152663877,"node_id":"RA_kwDODpzygM4JGXdF","name":"zoxide-0.9.4-aarch64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":514982,"download_count":407,"created_at":"2024-02-20T23:07:59Z","updated_at":"2024-02-20T23:07:59Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663806","id":152663806,"node_id":"RA_kwDODpzygM4JGXb-","name":"zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":545697,"download_count":4853,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663770","id":152663770,"node_id":"RA_kwDODpzygM4JGXba","name":"zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":555937,"download_count":85,"created_at":"2024-02-20T23:07:22Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663771","id":152663771,"node_id":"RA_kwDODpzygM4JGXbb","name":"zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":541909,"download_count":265,"created_at":"2024-02-20T23:07:23Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663801","id":152663801,"node_id":"RA_kwDODpzygM4JGXb5","name":"zoxide-0.9.4-x86_64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":505356,"download_count":2330,"created_at":"2024-02-20T23:07:34Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663878","id":152663878,"node_id":"RA_kwDODpzygM4JGXdG","name":"zoxide-0.9.4-x86_64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":548992,"download_count":17899,"created_at":"2024-02-20T23:08:00Z","updated_at":"2024-02-20T23:08:00Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663762","id":152663762,"node_id":"RA_kwDODpzygM4JGXbS","name":"zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":582134,"download_count":48939,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663761","id":152663761,"node_id":"RA_kwDODpzygM4JGXbR","name":"zoxide_0.9.4-1_amd64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":465856,"download_count":2430,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_amd64.deb"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663807","id":152663807,"node_id":"RA_kwDODpzygM4JGXb_","name":"zoxide_0.9.4-1_arm64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":410816,"download_count":260,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_arm64.deb"}],"tarball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/tarball/v0.9.4","zipball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/zipball/v0.9.4","body":"### Changed\r\n\r\n- zsh: improved Space-Tab completions.","reactions":{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/reactions","total_count":66,"+1":33,"-1":0,"laugh":3,"hooray":11,"confused":0,"heart":10,"rocket":4,"eyes":5}}'
++ grep -q 'API rate limit exceeded'
++ echo '{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383","assets_url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets","upload_url":"https://uploads.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets{?name,label}","html_url":"https://github.com/ajeetdsouza/zoxide/releases/tag/v0.9.4","id":142874383,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDODpzygM4IhBcP","tag_name":"v0.9.4","target_commitish":"main","name":"0.9.4","draft":false,"prerelease":false,"created_at":"2024-02-20T23:06:08Z","published_at":"2024-02-20T23:13:34Z","assets":[{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663824","id":152663824,"node_id":"RA_kwDODpzygM4JGXcQ","name":"zoxide-0.9.4-aarch64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":477555,"download_count":3864,"created_at":"2024-02-20T23:07:40Z","updated_at":"2024-02-20T23:07:41Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663877","id":152663877,"node_id":"RA_kwDODpzygM4JGXdF","name":"zoxide-0.9.4-aarch64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":514982,"download_count":407,"created_at":"2024-02-20T23:07:59Z","updated_at":"2024-02-20T23:07:59Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663806","id":152663806,"node_id":"RA_kwDODpzygM4JGXb-","name":"zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":545697,"download_count":4853,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663770","id":152663770,"node_id":"RA_kwDODpzygM4JGXba","name":"zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":555937,"download_count":85,"created_at":"2024-02-20T23:07:22Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663771","id":152663771,"node_id":"RA_kwDODpzygM4JGXbb","name":"zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":541909,"download_count":265,"created_at":"2024-02-20T23:07:23Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663801","id":152663801,"node_id":"RA_kwDODpzygM4JGXb5","name":"zoxide-0.9.4-x86_64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":505356,"download_count":2330,"created_at":"2024-02-20T23:07:34Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663878","id":152663878,"node_id":"RA_kwDODpzygM4JGXdG","name":"zoxide-0.9.4-x86_64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":548992,"download_count":17899,"created_at":"2024-02-20T23:08:00Z","updated_at":"2024-02-20T23:08:00Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663762","id":152663762,"node_id":"RA_kwDODpzygM4JGXbS","name":"zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":582134,"download_count":48939,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663761","id":152663761,"node_id":"RA_kwDODpzygM4JGXbR","name":"zoxide_0.9.4-1_amd64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":465856,"download_count":2430,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_amd64.deb"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663807","id":152663807,"node_id":"RA_kwDODpzygM4JGXb_","name":"zoxide_0.9.4-1_arm64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":410816,"download_count":260,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_arm64.deb"}],"tarball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/tarball/v0.9.4","zipball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/zipball/v0.9.4","body":"### Changed\r\n\r\n- zsh: improved Space-Tab completions.","reactions":{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/reactions","total_count":66,"+1":33,"-1":0,"laugh":3,"hooray":11,"confused":0,"heart":10,"rocket":4,"eyes":5}}'
++ local _package_url
+++ grep browser_download_url
+++ echo '{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383","assets_url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets","upload_url":"https://uploads.github.com/repos/ajeetdsouza/zoxide/releases/142874383/assets{?name,label}","html_url":"https://github.com/ajeetdsouza/zoxide/releases/tag/v0.9.4","id":142874383,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"node_id":"RE_kwDODpzygM4IhBcP","tag_name":"v0.9.4","target_commitish":"main","name":"0.9.4","draft":false,"prerelease":false,"created_at":"2024-02-20T23:06:08Z","published_at":"2024-02-20T23:13:34Z","assets":[{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663824","id":152663824,"node_id":"RA_kwDODpzygM4JGXcQ","name":"zoxide-0.9.4-aarch64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":477555,"download_count":3864,"created_at":"2024-02-20T23:07:40Z","updated_at":"2024-02-20T23:07:41Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663877","id":152663877,"node_id":"RA_kwDODpzygM4JGXdF","name":"zoxide-0.9.4-aarch64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.gith+++ cut -d '"' -f 4
ub.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":514982,"download_count":407,"created_at":"2024-02-20T23:07:59Z","updated_at":"2024-02-20T23:07:59Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663806","id":152663806,"node_id":"RA_kwDODpzygM4JGXb-","name":"zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":545697,"download_count":4853,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-aarch64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663770","id":152663770,"node_id":"RA_kwDODpzygM4JGXba","name":"zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":555937,"download_count":85,"created_at":"2024-02-20T23:07:22Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-arm-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663771","id":152663771,"node_id":"RA_kwDODpzygM4JGXbb","name":"zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":541909,"download_count":265,"created_at":"2024-02-20T23:07:23Z","updated_at":"2024-02-20T23:07:23Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-armv7-unknown-linux-musleabihf.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663801","id":152663801,"node_id":"RA_kwDODpzygM4JGXb5","name":"zoxide-0.9.4-x86_64-apple-darwin.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":505356,"download_count":2330,"created_at":"2024-02-20T23:07:34Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-apple-darwin.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663878","id":152663878,"node_id":"RA_kwDODpzygM4JGXdG","name":"zoxide-0.9.4-x86_64-pc-windows-msvc.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/zip","state":"uploaded","size":548992,"download_count":17899,"created_at":"2024-02-20T23:08:00Z","updated_at":"2024-02-20T23:08:00Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-pc-windows-msvc.zip"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663762","id":152663762,"node_id":"RA_kwDODpzygM4JGXbS","name":"zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":582134,"download_count":48939,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide-0.9.4-x86_64-unknown-linux-musl.tar.gz"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663761","id":152663761,"node_id":"RA_kwDODpzygM4JGXbR","name":"zoxide_0.9.4-1_amd64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":465856,"download_count":2430,"created_at":"2024-02-20T23:07:18Z","updated_at":"2024-02-20T23:07:18Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_amd64.deb"},{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/assets/152663807","id":152663807,"node_id":"RA_kwDODpzygM4JGXb_","name":"zoxide_0.9.4-1_arm64.deb","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":410816,"download_count":260,"created_at":"2024-02-20T23:07:35Z","updated_at":"2024-02-20T23:07:35Z","browser_download_url":"https://github.com/ajeetdsouza/zoxide/releases/download/v0.9.4/zoxide_0.9.4-1_arm64.deb"}],"tarball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/tarball/v0.9.4","zipball_url":"https://api.github.com/repos/ajeetdsouza/zoxide/zipball/v0.9.4","body":"### Changed\r\n\r\n- zsh: improved Space-Tab completions.","reactions":{"url":"https://api.github.com/repos/ajeetdsouza/zoxide/releases/142874383/reactions","total_count":66,"+1":33,"-1":0,"laugh":3,"hooray":11,"confused":0,"heart":10,"rocket":4,"eyes":5}}'
+++ grep -- x86_64-unknown-linux-musl
++ _package_url=
++ err 'zoxide has not yet been packaged for your architecture (x86_64-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues'
++ echo '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: zoxide has not yet been packaged for your architecture (x86_64-unknown-linux-musl), please file an issue: https://github.com/ajeetdsouza/zoxide/issues
++ exit 1
+ _package=
+ assert_nz '' package
+ '[' -z '' ']'
+ err 'found empty string: package'
+ echo 'Error: found empty string: package'
Error: found empty string: package
+ exit 1

@github-actions github-actions bot removed the waiting-for-response Waiting for a response from the issue author. label Jun 17, 2024
@flyri0
Copy link

flyri0 commented Jun 18, 2024

Same here, I am using WSL2 with Debian 12

Detected architecture: x86_64-unknown-linux-musl
Error: you have exceeded GitHub's API rate limit. Please try again later, or use a different installation method: https://github.com/ajeetdsouza/zoxide/#installation
Error: found empty string: package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants