Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created October 3, 2014 18:35
Show Gist options
  • Save Lewiscowles1986/2b666c65b49acdcd6fa3 to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/2b666c65b49acdcd6fa3 to your computer and use it in GitHub Desktop.
install / update wordpress
#!/bin/sh
sudo apt-get update && apt-get install unzip
wget http://wordpress.org/latest.zip
unzip -o -u latest.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment