Created
August 23, 2014 02:02
-
-
Save ian-cox/6bcf9c952acd84481634 to your computer and use it in GitHub Desktop.
Update Kirby 2 (Core and Panel)
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
update() { | |
rm -rf kirby | |
git clone --recursive https://github.com/getkirby/kirby.git | |
rm -rf panel | |
git clone --recursive https://github.com/getkirby/panel.git | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment