summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2017-09-27 12:36:31 +0100
committerBenjamin Sago <ogham@bsago.me>2017-09-30 09:17:28 +0200
commit7339b753fbf2da0c8787c9a4759c8ab9981dee86 (patch)
treeabdaa488413f9ebbce42cb221a15c3d477c074df
parentb85f8f249bea321e97ab4f1aed93f924e324eae2 (diff)
vagrant: Update apt before installing
I updated my Vagrant box and destroyed and rebuilt it, and for some reason, it didn’t know about ‘fish’. Updating beforehand fixes it.
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index f6107da..083c08a 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -20,6 +20,7 @@ Vagrant.configure(2) do |config|
# apt can do.
config.vm.provision :shell, privileged: true, inline: <<-EOF
set -xe
+ apt-get update
apt-get install -qq -o=Dpkg::Use-Pty=0 -y \
git cmake curl attr libgit2-dev zip \
fish zsh bash bash-completion