diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-12-02 22:52:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 22:52:53 +0300 |
commit | 779fa44930a7348523ec62c9201dd167412a05eb (patch) | |
tree | ccc105300910a09c85c96d9305bb73d88f9e85d8 | |
parent | 57e15bc8e8b6ad1ff677548ae9d9baa8a49754f5 (diff) |
add 'vim' as a common util to install
-rwxr-xr-x | src/common-utils/install.sh | 1 |
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 \ |