Skip to content

Commit

Permalink
Fix download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ginggs committed Sep 29, 2020
1 parent 875a734 commit 81c3e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLATFORM=`uname -m`
RELEASE=`uname -r | cut -d- -f1`
REL_MAJOR=`echo $RELEASE | cut -d. -f1`
REL_MINOR=`echo $RELEASE | cut -d. -f2`
URL="https://github.com/ginggs/xigmanas-htop/archive"
URL="https://github.com/ginggs/xigmanas-htop/releases/download/12.1.0.4-htop-3.0.2"
HTOPFILE="htop-3.0.2.txz"
#----------------------- Set Errors ---------------------------------------------------------------------
_msg() { case $@ in
Expand Down

0 comments on commit 81c3e51

Please sign in to comment.