Sync time inside vagrant

Resolves issue #4099
This commit is contained in:
Spencer Owen 2017-09-08 10:06:19 -06:00 committed by GitHub
parent fb0a21ea2a
commit 8562b7e606
1 changed files with 2 additions and 1 deletions

3
Vagrantfile vendored
View File

@ -26,7 +26,8 @@ Vagrant.configure(2) do |config|
add-apt-repository ppa:team-gcc-arm-embedded/ppa
apt-get update
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
apt-get install -y make python gcc clang
apt-get install -y make python gcc clang ntpdate
ntpdate -u pool.ntp.org
SHELL
end