From 56d2b91108b78dbbd688488ea1f76e452fa2a9e9 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 2 Jun 2019 13:57:19 -0700 Subject: [PATCH] Install git --- support/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/Vagrantfile b/support/Vagrantfile index 67360e1e..de0fcb9e 100644 --- a/support/Vagrantfile +++ b/support/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure("2") do |config| config.vm.provision "shell", inline: <<-SHELL apt-get update - apt-get install -y g++ make wget + apt-get install -y g++ make wget git wget -q https://github.com/Kitware/CMake/releases/download/v3.14.4/cmake-3.14.4-Linux-x86_64.tar.gz tar xzf cmake-3.14.4-Linux-x86_64.tar.gz ln -s `pwd`/cmake-3.14.4-Linux-x86_64/bin/cmake /usr/local/bin