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
|
add-apt-repository ppa:team-gcc-arm-embedded/ppa
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
|
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
|
||||||
apt-get install -y make python gcc clang ntpdate
|
apt-get install -y make python gcc clang ntp
|
||||||
ntpdate -u pool.ntp.org
|
timedatectl set-ntp true
|
||||||
SHELL
|
SHELL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue