Created
September 4, 2013 11:49
-
-
Save cmarat/6435923 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
| TMPDIR=`mktemp -d` | |
| cd $TMPDIR | |
| wget https://github.com/ers-devs/sugar-mail/archive/master.zip | |
| unzip master.zip | |
| cd sugar-mail-master/src/ | |
| python setup.py dist_xo | |
| sugar-install-bundle dist/Messages-1.xo | |
| rm -r $TMPDIR |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install sugar-mail on XO.
http://goo.gl/AwSqwU refers to this gist, use
to run it on XO.