Skip to content

Instantly share code, notes, and snippets.

@fwartner
Created December 15, 2017 09:26
Show Gist options
  • Save fwartner/3910a0bb4ff8ace5b78202f8ce331760 to your computer and use it in GitHub Desktop.
Save fwartner/3910a0bb4ff8ace5b78202f8ce331760 to your computer and use it in GitHub Desktop.
install-homstead
#!/usr/bin/env bash
vagrant box add laravel/homestead
cd ~
git clone https://github.com/laravel/homestead.git Homestead
cd Homestead
git checkout v7.0.1
bash init.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment