Skip to content

Commit

Permalink
Tools: Update Vagrant to new pre-reqs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade authored and peterbarker committed Apr 4, 2019
1 parent e8d6e4f commit f6535f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/vagrant/initvagrant-trusty64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u

echo "Initial setup of SITL-vagrant instance."

/vagrant/Tools/scripts/install-prereqs-ubuntu.sh -y
/vagrant/Tools/environment_install/install-prereqs-ubuntu.sh -y

# extra packages we desire on the VM but aren't prereqs for AP compilation:
sudo apt-get install -y valgrind gdb
Expand Down
2 changes: 1 addition & 1 deletion Tools/vagrant/initvagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo resize2fs /dev/sda1
usermod -a -G dialout $VAGRANT_USER

echo "calling pre-reqs script..."
sudo -H -u $VAGRANT_USER /vagrant/Tools/scripts/install-prereqs-ubuntu.sh -y
sudo -H -u $VAGRANT_USER /vagrant/Tools/environment_install/install-prereqs-ubuntu.sh -y
echo "...pre-reqs script done... initvagrant.sh continues."

# run-in-terminal-window uses xterm:
Expand Down

0 comments on commit f6535f0

Please sign in to comment.