Skip to content

Instantly share code, notes, and snippets.

@info-maps
Created February 21, 2015 00:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save info-maps/3f8f2d85c0ca2c694f56 to your computer and use it in GitHub Desktop.
Get the latest Wordpress for a new install
wget https://wordpress.org/latest.tar.gz
tar xzf latest.tar.gz
mv wordpress/* .
rm latest.tar.gz
rmdir wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment