Commit fcf638b6 authored by nimrod's avatar nimrod
Browse files

Install Vagrant plugins.

parent 6c1ee7bd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,3 +23,9 @@ echo Configuring Git repo >> /dev/stderr
git config --local status.showUntrackedFiles no
echo Adding Cron job >> /dev/stderr
Documents/bin/cron-jobs
if command -v vagrant > /dev/null
do
	echo Installing Vagrant plugins >> /dev/stderr
	vagrant plugin install landrush || true
	vagrant plugin install vagrant-gatling-rsync || true
done