Skip to content
Snippets Groups Projects
Commit c97a2c48 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Merged master to cmake-2

parents 5d7be8b1 fbde7b6f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment