Skip to content

Instantly share code, notes, and snippets.

@ksexton
Created March 21, 2014 00:08
Show Gist options
  • Save ksexton/9676805 to your computer and use it in GitHub Desktop.
Save ksexton/9676805 to your computer and use it in GitHub Desktop.
cd ~
mkdir public_html
cd public_html
rm -fr *
wget "https://wordpress.org/latest.tar.gz"
tar -zxvf latest.tar.gz
mv wordpress/* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment