Created
July 7, 2010 06:09
-
-
Save Ttech/466371 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 | |
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