Skip to content

Instantly share code, notes, and snippets.

@cmarat
Created September 4, 2013 11:49
Show Gist options
  • Select an option

  • Save cmarat/6435923 to your computer and use it in GitHub Desktop.

Select an option

Save cmarat/6435923 to your computer and use it in GitHub Desktop.
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
@cmarat
Copy link
Author

cmarat commented Sep 4, 2013

Install sugar-mail on XO.

http://goo.gl/AwSqwU refers to this gist, use

bash -c "$(curl -fsSL http://goo.gl/AwSqwU)"

to run it on XO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment