From 1fe6c6509c810f9f4465389dc8c8f943b8123bc1 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 27 Apr 2020 16:35:38 +0000 Subject: [PATCH] fixed typo. --- 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 bf622e3..9e9c961 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -52,7 +52,7 @@ function install_collection () { # ---------------------------------------------------------- -echo "----- Install core utilities: fail2bqn, git, jq.. ---" +echo "----- Install core utilities: fail2ban, git, jq.. ---" install_collection 'extra utilities' fail2ban git htop jq grep gzip net-tools echo "----- Install extra utilities: ncdu, zip, iftop -----"