Created
August 20, 2015 12:51
-
-
Save thom8/804cf89ea516400ed061 to your computer and use it in GitHub Desktop.
Install Drupal 8 sprint box
This file contains 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
#!/bin/bash | |
git clone https://github.com/thom8/drupal8-vagrant.git | |
cd drupal8-vagrant | |
if !(vagrant plugin list | grep -q vagrant-hostsupdater); then | |
vagrant plugin install vagrant-hostupdater | |
fi | |
vagrant up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment