Created
          October 3, 2014 18:35 
        
      - 
      
- 
        Save Lewiscowles1986/2b666c65b49acdcd6fa3 to your computer and use it in GitHub Desktop. 
    install / update wordpress
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/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