Use timedatectl instead of ntp
This commit is contained in:
parent
8562b7e606
commit
1594c6b19c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue