add vim and jq (#1210)

* add vim and jq

* add ncdu

* fix whitespace
This commit is contained in:
Aiden McClelland
2022-02-15 13:12:51 -07:00
committed by GitHub
parent 4cbbe2127b
commit 868edc636b

View File

@@ -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