diff --git a/deploy/checkServerStatus.sh b/deploy/checkServerStatus.sh index e7ec2593ee4d05f85502df5bbbdf7f6c65632f60..ee995a4c4eed2399c7845b037dbf9812b9c1b7d0 100755 --- a/deploy/checkServerStatus.sh +++ b/deploy/checkServerStatus.sh @@ -36,7 +36,7 @@ then ssh-keygen -t rsa -N "" -f id_rsa cd ~/ fi - vagrant box add laravel/homestead + vagrant box add --provider virtualbox laravel/homestead git clone https://github.com/laravel/homestead.git Homestead cd Homestead/ bash init.sh