Skip to content

Instantly share code, notes, and snippets.

@mmgj
Created January 3, 2010 10:37
Show Gist options
  • Save mmgj/267936 to your computer and use it in GitHub Desktop.
Save mmgj/267936 to your computer and use it in GitHub Desktop.
Download latest Wordpress release to current dir, unzip, move wp-install to root and remove the now superfluous "latest.zip" and empty "wordpress/".
wget http://wordpress.org/latest.zip && unzip latest.zip ; mv wordpress/* ../* ; rm -rf wordpress ; rm latest.zip ; exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment