Skip to content

Commit

Permalink
Updated for XigmaNAS 12.2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ginggs committed Apr 3, 2021
1 parent 03e8d4e commit 362525d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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: 2021-04-03 ; Updated for XigmaNAS 12.2.0.4
# purpose: Install htop on XigmaNAS (embedded version).
# Note: Check the end of the page.
#
Expand All @@ -14,7 +15,7 @@ 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"
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 362525d

Please sign in to comment.