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:
parent
addedbb680
commit
c132bd867e
|
@ -17,7 +17,7 @@ EOT
|
|||
pkg update
|
||||
|
||||
pkg install -y \
|
||||
editors/vim-lite \
|
||||
editors/vim-console \
|
||||
devel/git \
|
||||
devel/gmake \
|
||||
lang/go \
|
||||
|
|
Loading…
Reference in New Issue