From 1594c6b19c2e389c1d08b92025ce827b749caec0 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Sat, 9 Sep 2017 16:03:39 -0600 Subject: [PATCH] Use timedatectl instead of ntp --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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