diff options
author | Josh Spicer <joshspicer@github.com> | 2022-12-02 22:53:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-02 22:53:32 +0300 |
commit | e28358e33b98998e00c2c62d5d561626d96bed24 (patch) | |
tree | 0d5a4477debe62503408a44d3fbfd3cbf75df0dd | |
parent | 779fa44930a7348523ec62c9201dd167412a05eb (diff) |
revert accidental pushjoshspicer/add-vim-common-utils
-rwxr-xr-x | src/common-utils/install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common-utils/install.sh b/src/common-utils/install.sh index e7f60e5..5530b96 100755 --- a/src/common-utils/install.sh +++ b/src/common-utils/install.sh @@ -91,7 +91,6 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then bzip2 \ zip \ nano \ - vim \ vim-tiny \ less \ jq \ |