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 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 \
|
||||||
|
|
Loading…
Reference in New Issue