Skip to content

Instantly share code, notes, and snippets.

@nocksock
Created April 20, 2012 08:55
Show Gist options
  • Save nocksock/2427206 to your computer and use it in GitHub Desktop.
Save nocksock/2427206 to your computer and use it in GitHub Desktop.
QND Kirby Update Script
#!/usr/bin/env sh
# very quick and dirrrty updatescript
echo "Update started"
git clone https://github.com/bastianallgeier/kirbycms.git &&
rm -rf kirby &&
mv kirbycms/kirby . &&
rm -rf kirbycms
echo "Update finished"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment