Created
February 24, 2018 22:44
-
-
Save keithmancuso/7e4e96568e3edd333fa1e80fe1d551d9 to your computer and use it in GitHub Desktop.
download and unzip craft app folder
This file contains 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
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