Created
August 5, 2011 21:53
-
-
Save Chris927/1128612 to your computer and use it in GitHub Desktop.
How to install sparkleshare on Ubuntu 10.04
This file contains 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
# 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