WordPress Install Script pt. 2

A week ago, I posted Automate your Workflow: Local WordPress Install with a script that helps you install new WordPress installations. I’ve been using it regularly, and have made some improvements:

  • Multi-language support (install a different language with the -l switch)
  • Nightly build support ( -v nightly)
  • Multi-version ( -v {code in the 'Version' column})
  • Arbitrary URL support ( -u {URL})

As always, the script is available as a gist.