From 59ea7ae73629e57a1090c5446fb305ee5139123e Mon Sep 17 00:00:00 2001 From: "Ruan E. Formigoni" Date: Wed, 22 May 2024 16:59:34 -0300 Subject: [PATCH] Include musl static lsof --- deploy/makeself-gameimage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/makeself-gameimage.sh b/deploy/makeself-gameimage.sh index f71d55b..37753b1 100755 --- a/deploy/makeself-gameimage.sh +++ b/deploy/makeself-gameimage.sh @@ -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"