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 28dcd98 commit 5aebd58Copy full SHA for 5aebd58
htop-appimage.sh
@@ -11,7 +11,7 @@ mkdir -p ./"$APP/$APPDIR" && cd ./"$APP/$APPDIR" || exit 1
11
# DOWNLOAD AND BUILD HTOP
12
CURRENTDIR="$(readlink -f "$(dirname "$0")")" # DO NOT MOVE THIS
13
version=$(wget -q https://api.github.com/repos/$SITE/releases -O - | sed 's/[()",{}]/ /g; s/ /\n/g' | grep -o 'https.*releases.*htop.*tar.xz' | head -1)
14
-wget "$version" && tar fx ./*tar* && cd ./htop* && ./autogen.sh && ./configure --prefix="$CURRENTDIR" --enable-sensors \
+wget "$version" && tar fx ./*tar* && cd ./htop* && ./autogen.sh && ./configure --prefix="$CURRENTDIR" --enable-sensors --enable-static \
15
&& make && make install && cd .. && rm -rf ./htop* ./*tar* || exit 1
16
17
# PREPARE APPIMAGE
0 commit comments