Skip to content

Instantly share code, notes, and snippets.

@samsargent
Created July 30, 2015 05:11
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 samsargent/1a8f514c27b3bc4bb2f8 to your computer and use it in GitHub Desktop.
Save samsargent/1a8f514c27b3bc4bb2f8 to your computer and use it in GitHub Desktop.
Download Latest Wordpress
wget http://wordpress.org/latest.tar.gz && tar xfz latest.tar.gz && rm -rf wordpress/wp-content/ && mv wordpress/* ./ && rm -rf wordpress/ && rm -rf latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment