Skip to content

Commit

Permalink
Update bottles.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Apr 28, 2024
1 parent 3adc0c8 commit b096cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function _archimage(){
BASICSTUFF="binutils debugedit gzip"
COMPILERS="meson ninja blueprint-compiler"
if ! test -f ./appimagetool; then
wget -q $(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | grep -v zsync | grep -i continuous | grep -i appimagetool | grep -i x86_64 | grep browser_download_url | cut -d '"' -f 4 | head -1) -O appimagetool
wget -q "$(wget -q https://api.github.com/repos/probonopd/go-appimage/releases -O - | sed 's/"/ /g; s/ /\n/g' | grep -o 'https.*continuous.*tool.*86_64.*mage$')" -O appimagetool
chmod a+x appimagetool
fi
mkdir archlinux-junest
Expand Down

0 comments on commit b096cff

Please sign in to comment.