Browse Source

Merge pull request #517 from xistoso/master

Small typo in vagrant
pull/513/merge
João Matos 10 years ago
parent
commit
e6ece6203a
  1. 2
      build/ci/vagrant/ubuntu_x64/Vagrantfile

2
build/ci/vagrant/ubuntu_x64/Vagrantfile vendored

@ -93,7 +93,7 @@ Vagrant.configure(2) do |config| @@ -93,7 +93,7 @@ Vagrant.configure(2) do |config|
# Build tools
apt-get install -y git build-essential clang cmake ninja-build
aot-get install -y p7zip-full
apt-get install -y p7zip-full
# Mono
apt-get install -y mono-devel

Loading…
Cancel
Save