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

Bugfix

parent 5a9f31dd
No related branches found
No related tags found
1 merge request!3Master
...@@ -36,7 +36,7 @@ then ...@@ -36,7 +36,7 @@ then
ssh-keygen -t rsa -N "" -f id_rsa ssh-keygen -t rsa -N "" -f id_rsa
cd ~/ cd ~/
fi fi
vagrant box add laravel/homestead vagrant box add --provider virtualbox laravel/homestead
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
......
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