From 8562b7e60643b5af33e7ed5245cc8b9099cbe57c Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Fri, 8 Sep 2017 10:06:19 -0600 Subject: [PATCH] Sync time inside vagrant Resolves issue #4099 --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ad8698227a..cf7ec4a5a2 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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