Skip to content

Commit

Permalink
Include musl static lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanformigoni committed May 22, 2024
1 parent 6c3374a commit 59ea7ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/makeself-gameimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ _fetch "https://github.com/ruanformigoni/7zip_static/releases/download/ed1f3df/7
# Fetch busybox
_fetch "https://www.busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/busybox" "$BIN_DIR"/busybox

# Fetch lsof
_fetch "https://github.com/ruanformigoni/lsof-static-musl/releases/download/12c2552/lsof-x86_64" "$BIN_DIR"/lsof

# Fetch fd
_fetch "https://github.com/sharkdp/fd/releases/download/v8.7.1/fd-v8.7.1-x86_64-unknown-linux-musl.tar.gz" "$BIN_DIR"/fd "fd-v8.7.1-x86_64-unknown-linux-musl/fd"

Expand Down

0 comments on commit 59ea7ae

Please sign in to comment.