Skip to content

Instantly share code, notes, and snippets.

@sergiomajluf
Forked from billerickson/gist:1448465
Created March 7, 2014 15:49
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 sergiomajluf/9413985 to your computer and use it in GitHub Desktop.
Save sergiomajluf/9413985 to your computer and use it in GitHub Desktop.
For more details, see http://code.garyjones.co.uk/install-wordpress-ssh/
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