File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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`
1213REL_MAJOR=` echo $RELEASE | cut -d. -f1`
1314REL_MINOR=` echo $RELEASE | cut -d. -f2`
1415URL=" 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 ;;
You can’t perform that action at this time.
0 commit comments