Browse Source

Don't install vagrant plugins at init

It massively slows down init time and vagrant will do it automatically on first boot anyway
improve-reliability
Luke Childs 4 years ago
parent
commit
88492cd46a
  1. 5
      umbrel-dev

5
umbrel-dev

@ -107,11 +107,6 @@ if [[ "$command" = "init" ]]; then
echo "Creating Vagrantfile..."
cp "$(get_script_location)/Vagrantfile" .
echo
vagrant plugin install vagrant-vbguest
echo
vagrant plugin install vagrant-docker-compose
echo
echo "Cloning container repositories..."
# List of tuples

Loading…
Cancel
Save