1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 03:20:00 +03:00

Sync time inside vagrant

Resolves issue #4099
This commit is contained in:
Spencer Owen 2017-09-08 10:06:19 -06:00 committed by GitHub
parent fb0a21ea2a
commit 8562b7e606

3
Vagrantfile vendored
View file

@ -26,7 +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
apt-get install -y make python gcc clang ntpdate
ntpdate -u pool.ntp.org
SHELL
end