mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 05:44:07 +08:00
Merged master to cmake-2
This commit is contained in:
commit
c97a2c4810
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -73,7 +73,7 @@ Vagrant.configure(2) do |config|
|
||||
# Enable provisioning with a shell script. Additional provisioners such as
|
||||
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
||||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", inline: <<-SHELL
|
||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||
# Ensure we start in the Firmware folder
|
||||
echo "cd /Firmware" >> ~/.bashrc
|
||||
# Install software
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user