Skip to content

Commit f4b0d2b

Browse files
committed
Updated for XigmaNAS 12.0.0.4
1 parent b56b766 commit f4b0d2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

htop.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# filename: htop.sh
33
# author: Graham Inggs
44
# date: 2018-12-29 ; Initial release for XigmaNAS 11.2.0.4
5+
# date: 2019-10-29 ; Updated for XigmaNAS 12.0.0.4
56
# purpose: Install htop on XigmaNAS (embedded version).
67
# Note: Check the end of the page.
78
#
@@ -12,7 +13,7 @@ RELEASE=`uname -r | cut -d- -f1`
1213
REL_MAJOR=`echo $RELEASE | cut -d. -f1`
1314
REL_MINOR=`echo $RELEASE | cut -d. -f2`
1415
URL="http://distcache.freebsd.org/FreeBSD:${REL_MAJOR}:${PLATFORM}/release_${REL_MINOR}/All"
15-
HTOPFILE="htop-2.1.0.26.txz"
16+
HTOPFILE="htop-2.2.0.txz"
1617
#----------------------- Set Errors ---------------------------------------------------------------------
1718
_msg() { case $@ in
1819
0) echo "The script will exit now."; exit 0 ;;

0 commit comments

Comments
 (0)