Created
January 19, 2017 20:46
-
-
Save phillip-boombox/48ce1cef05ca1414b20adb90b8f85c3a to your computer and use it in GitHub Desktop.
Terminal command to download and unpack WordPress
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
wget http://wordpress.org/latest.tar.gz && tar xfz latest.tar.gz && mv wordpress/* ./ && rmdir ./wordpress/ && rm -f latest.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment