Skip to content

Instantly share code, notes, and snippets.

@aletson
Forked from BFTrick/install-wp.sh
Created September 12, 2016 13:49
Show Gist options
  • Save aletson/dd7d3082c7ee5fc32b9066a8a2d1d538 to your computer and use it in GitHub Desktop.
Save aletson/dd7d3082c7ee5fc32b9066a8a2d1d538 to your computer and use it in GitHub Desktop.
Download & Install WordPress via Curl
curl -O https://wordpress.org/latest.zip
unzip latest.zip
mv wordpress site
rm latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment