Skip to content

Commit 46c737f

Browse files
authored
Update htop-appimage.sh
1 parent 0f50b0c commit 46c737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htop-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chmod a+x ./AppRun
2626

2727
# MAKE APPIMAGE
2828
cd ..
29-
APPIMAGETOOL=$(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)
29+
APPIMAGETOOL=$(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$')
3030
wget -q "$APPIMAGETOOL" -O ./appimagetool && chmod a+x ./appimagetool
3131

3232
# Do the thing!

0 commit comments

Comments
 (0)