Skip to content

Instantly share code, notes, and snippets.

@Ttech
Created July 7, 2010 06:09
Show Gist options
  • Save Ttech/466371 to your computer and use it in GitHub Desktop.
Save Ttech/466371 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone git://supybot.git.sourceforge.net/gitroot/supybot/supybot
cd ./supybot
sudo python setup.py install
cd ~
supybot-wizard
echo Wizard done
echo locate your configuration file by doing ls *.conf and find the botname you setup
echo then run it using supybot <config.conf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment