Skip to content

Instantly share code, notes, and snippets.

@antonkorotkov
Created November 23, 2019 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonkorotkov/c7fbec3be9d6571663bd22ab75f01504 to your computer and use it in GitHub Desktop.
Save antonkorotkov/c7fbec3be9d6571663bd22ab75f01504 to your computer and use it in GitHub Desktop.
Install Wordpress
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