Created
August 7, 2021 07:30
-
-
Save pujianto/33857ff28d89ab817c66c26082f492a0 to your computer and use it in GitHub Desktop.
Download the latest WordPress version & extract it on the fly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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