Created
December 15, 2017 09:26
-
-
Save fwartner/3910a0bb4ff8ace5b78202f8ce331760 to your computer and use it in GitHub Desktop.
install-homstead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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