Use timedatectl instead of ntp

This commit is contained in:
Spencer Owen 2017-09-09 16:03:39 -06:00 committed by GitHub
parent 8562b7e606
commit 1594c6b19c
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -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