Skip to content

Instantly share code, notes, and snippets.

@Thivieira
Forked from BFTrick/install-wp.sh
Created June 28, 2020 20:57
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 Thivieira/ddadcb699df08feff34c2998effd3b86 to your computer and use it in GitHub Desktop.
Save Thivieira/ddadcb699df08feff34c2998effd3b86 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