Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created April 21, 2014 09:26
Show Gist options
  • Save ingozoell/11137448 to your computer and use it in GitHub Desktop.
Save ingozoell/11137448 to your computer and use it in GitHub Desktop.
curl -O http://wordpress.org/latest.tar.gz ; tar -xvzf latest.tar.gz ; mv wordpress/* . ; rmdir wordpress/ ; rm latest.tar.gz ; rmdir wordpress/ ; rm latest.tar.gz ; cp wp-config-sample.php wp-config.php ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment