diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl1_OomoRgy1N3U4ASwScphTWkpg2Cb4P0 <Leo@web> | 2013-12-05 00:07:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-12-05 00:07:41 +0000 |
commit | b4708be3a7aa486e0acc45aaa9046b99aaf0e50a (patch) | |
tree | ba7070c48acc23825f06c7948df2571b54367bf0 /doc/install/Ubuntu.mdwn | |
parent | 6d0cf860fdbaf8cab8642a5b9c8310117fca872a (diff) |
Instructions on how to install add-apt-repository
Diffstat (limited to 'doc/install/Ubuntu.mdwn')
-rw-r--r-- | doc/install/Ubuntu.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install/Ubuntu.mdwn b/doc/install/Ubuntu.mdwn index 61b1489ff..fde0e1c12 100644 --- a/doc/install/Ubuntu.mdwn +++ b/doc/install/Ubuntu.mdwn @@ -30,6 +30,11 @@ A newer version of git-annex, including the [[assistant]] and WebApp. sudo apt-get update sudo apt-get install git-annex +If you don't have add-apt-repository installed run this command first: + + sudo apt-get install software-properties-common python-software-properties + + ## Oneiric sudo apt-get install git-annex |