mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
parent
fb0a21ea2a
commit
8562b7e606
1 changed files with 2 additions and 1 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue