Adjust zellij install script

This commit is contained in:
Gerald Pinder
2025-01-04 21:55:13 -05:00
parent 3d70ca3790
commit 97b174665a

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env nu #!/usr/bin/env nu
let download_url = ( let download_url = (
(http get https://api.github.com/repos/zellij-org/zellij/releases | enumerate).0.item.assets (http get https://api.github.com/repos/zellij-org/zellij/releases | enumerate | first).item.assets
| find -c [name] "x86_64-unknown-linux-musl.tar.gz" | find -c [name] "x86_64-unknown-linux-musl.tar.gz"
).browser_download_url.0 ).browser_download_url.0