Browse Source

small fix to typo in apt-get command

pull/517/head
Pedro Dias 10 years ago
parent
commit
c20377050d
  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|
# Build tools # Build tools
apt-get install -y git build-essential clang cmake ninja-build apt-get install -y git build-essential clang cmake ninja-build
aot-get install -y p7zip-full apt-get install -y p7zip-full
# Mono # Mono
apt-get install -y mono-devel apt-get install -y mono-devel

Loading…
Cancel
Save