aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-12-02 22:52:53 +0300
committerGitHub <noreply@github.com>2022-12-02 22:52:53 +0300
commit779fa44930a7348523ec62c9201dd167412a05eb (patch)
treeccc105300910a09c85c96d9305bb73d88f9e85d8
parent57e15bc8e8b6ad1ff677548ae9d9baa8a49754f5 (diff)
add 'vim' as a common util to install
-rwxr-xr-xsrc/common-utils/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh
index 5530b96..e7f60e5 100755
--- a/src/common-utils/install.sh
+++ b/src/common-utils/install.sh
@@ -91,6 +91,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
bzip2 \
zip \
nano \
+ vim \
vim-tiny \
less \
jq \