Skip to content

Instantly share code, notes, and snippets.

@keithmancuso
Created February 24, 2018 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keithmancuso/7e4e96568e3edd333fa1e80fe1d551d9 to your computer and use it in GitHub Desktop.
Save keithmancuso/7e4e96568e3edd333fa1e80fe1d551d9 to your computer and use it in GitHub Desktop.
download and unzip craft app folder
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment