Skip to content

Instantly share code, notes, and snippets.

@alesanabriav
Last active January 16, 2017 16:47
Show Gist options
  • Save alesanabriav/eea36af07468f6f4f1996dd9ba5f5f7f to your computer and use it in GitHub Desktop.
Save alesanabriav/eea36af07468f6f4f1996dd9ba5f5f7f to your computer and use it in GitHub Desktop.
#!/bin/bash
apt-get install -y zip curl git
curl -O https://wordpress.org/latest.zip && unzip latest.zip
mv latest wp
cd wp && cp wp-config-sample.php wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment