Skip to content

Instantly share code, notes, and snippets.

@Ttech
Created May 10, 2010 04:06
Show Gist options
  • Save Ttech/395658 to your computer and use it in GitHub Desktop.
Save Ttech/395658 to your computer and use it in GitHub Desktop.
#!/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