Created
November 23, 2019 11:55
-
-
Save antonkorotkov/c7fbec3be9d6571663bd22ab75f01504 to your computer and use it in GitHub Desktop.
Install Wordpress
This file contains hidden or 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 https://wordpress.org/latest.zip | |
unzip latest.zip | |
mv wordpress/* ./ | |
rm -rf wordpress latest.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment