Skip to content

Instantly share code, notes, and snippets.

@Chris927
Created August 5, 2011 21:53
Show Gist options
  • Save Chris927/1128612 to your computer and use it in GitHub Desktop.
Save Chris927/1128612 to your computer and use it in GitHub Desktop.
How to install sparkleshare on Ubuntu 10.04
# add repos and update apt
sudo add-apt-repository ppa:git-core/ppa
sudo add-apt-repository ppa:warp10/sparkleshare
sudo apt-get update
# install it
sudo apt-get install sparkleshare
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment