vagrant: Correct name of vim package

The non-X11-linked version of vim recently changed name from vim-lite to
vim-console, which was preventing bootstrap.
This commit is contained in:
James Nugent 2018-02-02 13:14:13 -06:00
parent addedbb680
commit c132bd867e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ EOT
pkg update pkg update
pkg install -y \ pkg install -y \
editors/vim-lite \ editors/vim-console \
devel/git \ devel/git \
devel/gmake \ devel/gmake \
lang/go \ lang/go \