Adjust zellij install script
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user