Skip to content

Commit

Permalink
htop 3.0.2 preview for XigmaNAS 12.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ginggs committed Sep 29, 2020
1 parent 03e8d4e commit 875a734
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions htop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# date: 2018-12-29 ; Initial release for XigmaNAS 11.2.0.4
# date: 2019-10-29 ; Updated for XigmaNAS 12.0.0.4
# date: 2019-11-25 ; Updated for XigmaNAS 12.1.0.4
# date: 2020-09-29 ; htop 3.0.2 preview for XigmaNAS 12.1.0.4
# purpose: Install htop on XigmaNAS (embedded version).
# Note: Check the end of the page.
#
Expand All @@ -13,8 +14,8 @@ PLATFORM=`uname -m`
RELEASE=`uname -r | cut -d- -f1`
REL_MAJOR=`echo $RELEASE | cut -d. -f1`
REL_MINOR=`echo $RELEASE | cut -d. -f2`
URL="http://distcache.freebsd.org/FreeBSD:${REL_MAJOR}:${PLATFORM}/release_${REL_MINOR}/All"
HTOPFILE="htop-2.2.0_1.txz"
URL="https://github.com/ginggs/xigmanas-htop/archive"
HTOPFILE="htop-3.0.2.txz"
#----------------------- Set Errors ---------------------------------------------------------------------
_msg() { case $@ in
0) echo "The script will exit now."; exit 0 ;;
Expand Down

0 comments on commit 875a734

Please sign in to comment.