Skip to content

Commit

Permalink
Update eget_build_binaries_amd_x86_64.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Nov 27, 2023
1 parent c581e11 commit 6b9760c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/eget_build_binaries_amd_x86_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@ fi
eget "kellyjonbrazil/jc" --asset "linux" --asset "x86" --asset "64" --asset "tar.gz" --to "$HOME/bin/jc"
staticx --loglevel DEBUG "$HOME/bin/jc" --strip "$HOME/bin/jc_staticx"
#---------------#
# jj : A Git-compatible DVCS that is both simple and powerful
eget "martinvonz/jj" --asset "linux" --asset "x86" --asset "64" --asset "musl" --asset "gz" --to "$HOME/bin/jj"
#---------------#
#jless : jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data
pushd "$(mktemp -d)" && git clone "https://github.com/PaulJuliusMartinez/jless" && cd "./jless"
export TARGET="x86_64-unknown-linux-gnu" ; rustup target add "$TARGET"
Expand Down

0 comments on commit 6b9760c

Please sign in to comment.