Sadly the wordpress tar file contains a folder called wordpress that then contains all the files needed.
Lucky for us tar has a option for that:
curl http://wordpress.org/latest.tar.gz | tar xzv –strip-components 1
Sadly the wordpress tar file contains a folder called wordpress that then contains all the files needed.
Lucky for us tar has a option for that:
curl http://wordpress.org/latest.tar.gz | tar xzv –strip-components 1