From 680776424277c289e3db396fa07545f6de21edf5 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Mon, 27 Sep 2021 11:30:01 -0400 Subject: [PATCH] added curl and vim to list of core utilities. previously never encountered a default setup without them. --- one-time-stuff/install-software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index d74c01e..11475f0 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -52,8 +52,8 @@ function install_collection () { # ---------------------------------------------------------- -echo "----- Install core utilities: fail2ban, git, jq.. ---" -install_collection 'core utilities' fail2ban git htop jq grep gzip net-tools goaccess dnsutils bash-completion cron +echo "----- Install core utilities: curl, vim, git, jq.. ---" +install_collection 'core utilities' curl fail2ban git htop jq grep gzip net-tools goaccess dnsutils bash-completion cron vim echo "----- Install extra utilities: ncdu, zip, iftop -----" install_collection 'extra utilities' ncdu zip unzip iftop