Skip to content

Commit

Permalink
Change Vagrantfile to install latest git
Browse files Browse the repository at this point in the history
  • Loading branch information
swlkr committed Nov 24, 2020
1 parent 2958065 commit b692df7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Vagrantfile
Expand Up @@ -7,7 +7,13 @@ $script = <<SCRIPT
echo "=== Installing new packages"
sudo DEBIAN_FRONTEND=noninteractive aptitude install -y build-essentials libcurl4-gnutls-dev curl git-core vim cmake
sudo DEBIAN_FRONTEND=noninteractive aptitude install -y build-essentials libcurl4-gnutls-dev curl vim cmake
echo "=== Installing latest git"
sudo DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:git-core/ppa
sudo DEBIAN_FRONTEND=noninteractive aptitude update
sudo DEBIAN_FRONTEND=noninteractive aptitude install -y git
echo "=== Installing janet"
Expand Down

0 comments on commit b692df7

Please sign in to comment.