We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f50b0c commit 46c737fCopy full SHA for 46c737f
htop-appimage.sh
@@ -26,7 +26,7 @@ chmod a+x ./AppRun
26
27
# MAKE APPIMAGE
28
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)
+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$')
30
wget -q "$APPIMAGETOOL" -O ./appimagetool && chmod a+x ./appimagetool
31
32
# Do the thing!
0 commit comments