From 868edc636b6495fdf919c2dbefc795998f5d3037 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Tue, 15 Feb 2022 13:12:51 -0700 Subject: [PATCH] add vim and jq (#1210) * add vim and jq * add ncdu * fix whitespace --- build/initialization.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/initialization.sh b/build/initialization.sh index 2c60453bd..73c131336 100755 --- a/build/initialization.sh +++ b/build/initialization.sh @@ -25,7 +25,10 @@ apt-get install -y \ cifs-utils \ samba-common-bin \ ntp \ - network-manager + network-manager \ + vim \ + jq \ + ncdu curl -fsSL https://get.docker.com | sh # TODO: commit this script into git instead of live fetching it