Skip to content
Snippets Groups Projects
Commit 785b745b authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Bugfix

parent 31b688aa
No related branches found
No related tags found
1 merge request!3Master
...@@ -40,7 +40,7 @@ then ...@@ -40,7 +40,7 @@ then
git clone https://github.com/laravel/homestead.git Homestead git clone https://github.com/laravel/homestead.git Homestead
cd Homestead/ cd Homestead/
bash init.sh bash init.sh
cp -f "$path/deploy/Homestead.yaml" .homestead/ cp -f "$path/deploy/Homestead.yaml" .homestead/Homestead.yaml
vagrant up vagrant up
echo "Your server is now running under http://localhost:8000" echo "Your server is now running under http://localhost:8000"
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment