Skip to content

Instantly share code, notes, and snippets.

@ian-cox
Created August 23, 2014 02:02
Show Gist options
  • Save ian-cox/6bcf9c952acd84481634 to your computer and use it in GitHub Desktop.
Save ian-cox/6bcf9c952acd84481634 to your computer and use it in GitHub Desktop.
Update Kirby 2 (Core and Panel)
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