Skip to content

Instantly share code, notes, and snippets.

@akosbalogh
Forked from BFTrick/install-wp.sh
Created July 11, 2018 10:59
Show Gist options
  • Save akosbalogh/655a2b1075b415977bd05a445f251dfb to your computer and use it in GitHub Desktop.
Save akosbalogh/655a2b1075b415977bd05a445f251dfb to your computer and use it in GitHub Desktop.
Download & Install WordPress via Curl
curl -O 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