Skip to content

Instantly share code, notes, and snippets.

@tsarouxas
Forked from BFTrick/install-wp.sh
Created December 11, 2024 18:08
Show Gist options
  • Save tsarouxas/0c5af29d5942a5cbb6872a80a7444a6f to your computer and use it in GitHub Desktop.
Save tsarouxas/0c5af29d5942a5cbb6872a80a7444a6f to your computer and use it in GitHub Desktop.

Revisions

  1. @BFTrick BFTrick revised this gist Jul 22, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install-wp.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    curl -O http://wordpress.org/latest.zip
    curl -O https://wordpress.org/latest.zip
    unzip latest.zip
    mv wordpress site
    rm latest.zip
  2. @BFTrick BFTrick created this gist Apr 25, 2014.
    4 changes: 4 additions & 0 deletions install-wp.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    curl -O http://wordpress.org/latest.zip
    unzip latest.zip
    mv wordpress site
    rm latest.zip