diff --git a/Vagrantfile b/Vagrantfile index cf7ec4a5a2..044a1be33e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -26,8 +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 ntpdate - ntpdate -u pool.ntp.org + apt-get install -y make python gcc clang ntp + timedatectl set-ntp true SHELL end