Skip to content

Commit

Permalink
Update eget_binaries_amd_x86_64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Sep 12, 2023
1 parent 3b16590 commit eceaf7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/eget_binaries_amd_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,10 @@ fi
#smap
pushd $(mktemp -d) && git clone "https://github.com/s0md3v/Smap" && cd Smap
CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" "./cmd/smap" ; mv "./smap" "$HOME/bin/smap" ; popd ; go clean -cache -fuzzcache -modcache -testcache
#sns
pushd $(mktemp -d) && git clone "https://github.com/sw33tLie/sns" && cd sns
CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" ; mv "./sns" "$HOME/bin/sns" ; popd
go clean -cache -fuzzcache -modcache -testcache
#socat
eget "Azathothas/static-toolbox" --tag "socat" --asset "x86_64" --to "$HOME/bin/socat"
#speedtest-go
Expand Down

0 comments on commit eceaf7b

Please sign in to comment.