Skip to content

Instantly share code, notes, and snippets.

@deanputney
Created April 9, 2012 22:12
Show Gist options
  • Save deanputney/2346944 to your computer and use it in GitHub Desktop.
Save deanputney/2346944 to your computer and use it in GitHub Desktop.
Download and install the latest version of WordPress in any directory
#!/bin/bash
wget http://wordpress.org/latest.zip && unzip latest.zip && mv wordpress/* . && rm -r wordpress latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment