diff options
Diffstat (limited to 'doc/install')
-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 |