Skip to content

Instantly share code, notes, and snippets.

@pujianto
Created August 7, 2021 07:30
Show Gist options
  • Save pujianto/33857ff28d89ab817c66c26082f492a0 to your computer and use it in GitHub Desktop.
Save pujianto/33857ff28d89ab817c66c26082f492a0 to your computer and use it in GitHub Desktop.
Download the latest WordPress version & extract it on the fly
curl -s -L https://wordpress.org/latest.tar.gz | tar -xzC /path/to/your/wordpress-site --strip-components 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment