From c132bd867e61e0983dbef1e9a8247991af1aa35b Mon Sep 17 00:00:00 2001 From: James Nugent Date: Fri, 2 Feb 2018 13:14:13 -0600 Subject: [PATCH] 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. --- scripts/vagrant-freebsd-priv-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vagrant-freebsd-priv-config.sh b/scripts/vagrant-freebsd-priv-config.sh index 30a2e8185..e2ea148dc 100755 --- a/scripts/vagrant-freebsd-priv-config.sh +++ b/scripts/vagrant-freebsd-priv-config.sh @@ -17,7 +17,7 @@ EOT pkg update pkg install -y \ - editors/vim-lite \ + editors/vim-console \ devel/git \ devel/gmake \ lang/go \