From 9bba4fa6da99e6be12af1dd99bfd252db6632436 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Thu, 16 Apr 2020 20:04:45 +0000 Subject: [PATCH] added "jq" to core install. --- one-time-stuff/install-software.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index ed6b1e2..bd56010 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -52,6 +52,9 @@ function install_collection () { # ---------------------------------------------------------- +echo "----- Install core utilities: git, htop, jq, etc. ---" +install_collection 'extra utilities' git htop jq grep gzip net-tools + echo "----- Install extra utilities: ncdu, zip, iftop -----" install_collection 'extra utilities' ncdu zip unzip iftop