From 2408f6eca68ef8b4f0f2b9f1f4ecec8a75a2abde Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 27 Apr 2020 18:53:44 +0000 Subject: [PATCH] goaccess added to core utilities. --- one-time-stuff/install-software.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index 9e9c961..688801b 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -53,7 +53,7 @@ function install_collection () { # ---------------------------------------------------------- echo "----- Install core utilities: fail2ban, git, jq.. ---" -install_collection 'extra utilities' fail2ban git htop jq grep gzip net-tools +install_collection 'core utilities' fail2ban git htop jq grep gzip net-tools goaccess echo "----- Install extra utilities: ncdu, zip, iftop -----" install_collection 'extra utilities' ncdu zip unzip iftop