Created
May 10, 2010 04:06
-
-
Save Ttech/395658 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
echo "Beginning Supybot Update!" | |
monit stop supybot | |
git clone git://supybot.git.sourceforge.net/gitroot/supybot/supybot | |
cd supybot | |
git clone git://gribble.git.sourceforge.net/gitroot/gribble/gribble | |
cp -R gribble/plugins/MessageParser plugins/ | |
cp -R gribble/plugins/Conditional plugins/ | |
python setup.py build | |
python setup.py install | |
monit start supybot | |
rm -rf supybot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment