Skip to content

Instantly share code, notes, and snippets.

@svpernova09
Created November 16, 2017 22:50
Show Gist options
  • Save svpernova09/8ffda2889c4cd957defc765dcfaaeec1 to your computer and use it in GitHub Desktop.
Save svpernova09/8ffda2889c4cd957defc765dcfaaeec1 to your computer and use it in GitHub Desktop.
Homestead for Virtualbox 5.2

Prerequisities:

  • Virtualbox 5.2

Edit Homestead

Add / edit this line in your Homestead.yaml

box: Svpernova09/nothomestead

Comment out line 18 of scripts/homestead.rb

#config.vm.box_version = settings["version"] ||= ">= 4.0.0"

Start the VM

vagrant destroy && vagrant up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment