chore: add lnav binary
This commit is contained in:
parent
1a3e404653
commit
7bcd571951
1 changed files with 5 additions and 0 deletions
5
packages/lnav/binary
Executable file
5
packages/lnav/binary
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -e
|
||||
url=$(curl -s "https://api.github.com/repos/tstack/lnav/releases/latest" | grep -o "http.*linux-musl.zip")
|
||||
wget --no-verbose "$url"
|
||||
unzip -q "$(basename "$url")"
|
||||
echo */lnav
|
Loading…
Add table
Reference in a new issue