Skip to content

Instantly share code, notes, and snippets.

@madindo
Forked from BFTrick/install-wp.sh
Created December 9, 2020 00:34
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 madindo/3237ea3639f7f3a46745c4cfea968b6a to your computer and use it in GitHub Desktop.
Save madindo/3237ea3639f7f3a46745c4cfea968b6a 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