Open helgatheviking opened 10 years ago
WordPress default fails to download from http://wordpress.org/latest.tar.gz. This was mentioned in the VVV issues: https://github.com/Varying-Vagrant-Vagrants/VVV/issues/451 and the slight tweak to the provision.sh seems to fix it.
I got the same issue. Thanks for the link to the fix.
Line 450 should read:
curl -L -O http://wordpress.org/latest.tar.gz
Then run vagrant provision again.
WordPress default fails to download from http://wordpress.org/latest.tar.gz. This was mentioned in the VVV issues: https://github.com/Varying-Vagrant-Vagrants/VVV/issues/451 and the slight tweak to the provision.sh seems to fix it.