Skip to content

Instantly share code, notes, and snippets.

@ibrahimlawal
Forked from BFTrick/install-wp.sh
Last active October 27, 2016 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrahimlawal/3123258226b0de755fa5d2515e3490bf to your computer and use it in GitHub Desktop.
Save ibrahimlawal/3123258226b0de755fa5d2515e3490bf 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 wp
rm latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment