Skip to content

Instantly share code, notes, and snippets.

@rakeden
Created May 15, 2016 21:36
Show Gist options
  • Save rakeden/5878831e91a81e13c17a3da055167145 to your computer and use it in GitHub Desktop.
Save rakeden/5878831e91a81e13c17a3da055167145 to your computer and use it in GitHub Desktop.
wget http://wordpress.org/latest.tar.gz
tar zxf latest.tar.gz
cd wordpress
cp -rpf * ../
cd ../
rm -rf wordpress/
rm -f latest.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment