Skip to content

Instantly share code, notes, and snippets.

@keithmancuso
Created February 24, 2018 22:44

Revisions

  1. keithmancuso revised this gist Feb 24, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    curl -L http://craftcms.com/latest.zip?accept_license=yes > craft.zip
    unzip craft.zip -d .tmp"
    unzip craft.zip -d .tmp
    rsync -r .tmp/craft/app craft
    rm -R .tmp
    mkdir -p craft/storage
  2. keithmancuso created this gist Feb 24, 2018.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    curl -L http://craftcms.com/latest.zip?accept_license=yes > craft.zip
    unzip craft.zip -d .tmp"
    rsync -r .tmp/craft/app craft
    rm -R .tmp
    mkdir -p craft/storage
    rm craft.zip