Skip to content

Instantly share code, notes, and snippets.

@49e94b8f256530dc0d41f740dfe8a4c1
Forked from BFTrick/install-wp.sh
Created November 9, 2018 09:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 49e94b8f256530dc0d41f740dfe8a4c1/0d1fab02cd7aaf42d3a438cdde458f30 to your computer and use it in GitHub Desktop.
Save 49e94b8f256530dc0d41f740dfe8a4c1/0d1fab02cd7aaf42d3a438cdde458f30 to your computer and use it in GitHub Desktop.
Download & Install WordPress via Curl
curl -LO http://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