Skip to content

Instantly share code, notes, and snippets.

@dariodev
Forked from billerickson/gist:1448465
Last active August 29, 2015 14:18
Show Gist options
  • Save dariodev/3780dfee5adb791a1ca9 to your computer and use it in GitHub Desktop.
Save dariodev/3780dfee5adb791a1ca9 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