Created
April 20, 2012 08:55
-
-
Save nocksock/2427206 to your computer and use it in GitHub Desktop.
QND Kirby Update Script
This file contains hidden or 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
#!/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