update, add fmarier PPA
This commit is contained in:
parent
5326d25205
commit
4d5d8c2f85
1 changed files with 21 additions and 6 deletions
|
@ -1,14 +1,29 @@
|
||||||
If using Ubuntu Oneiric or newer:
|
## Raring
|
||||||
|
|
||||||
sudo apt-get install git-annex
|
sudo apt-get install git-annex
|
||||||
|
|
||||||
Otherwise, see [[manual_installation_instructions|install]].
|
## Precise
|
||||||
|
|
||||||
There is a PPA with a newer version of git-annex in it, maintained by
|
sudo apt-get install git-annex
|
||||||
Sergio Rubio. <https://launchpad.net/~rubiojr/+archive/git-annex>
|
|
||||||
|
|
||||||
---
|
Note: This version is too old to include the [[assistant]], but is otherwise
|
||||||
|
usable.
|
||||||
|
|
||||||
|
## Precise PPA
|
||||||
|
|
||||||
|
<https://launchpad.net/~fmarier/+archive/ppa>
|
||||||
|
|
||||||
|
A newer version of git-annex, including the [[assistant]].
|
||||||
|
(Maintained by François Marier)
|
||||||
|
|
||||||
|
sudo add-apt-repository ppa:fmarier/ppa
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install git-annex
|
||||||
|
|
||||||
|
## Oneiric
|
||||||
|
|
||||||
|
sudo apt-get install git-annex
|
||||||
|
|
||||||
Warning: The version of git-annex shipped in Ubuntu Oneiric
|
Warning: The version of git-annex shipped in Ubuntu Oneiric
|
||||||
has [a bug that prevents upgrades from v1 git-annex repositories](https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/875958).
|
had [a bug that prevents upgrades from v1 git-annex repositories](https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/875958).
|
||||||
If you need to upgrade such a repository, get a newer version of git-annex.
|
If you need to upgrade such a repository, get a newer version of git-annex.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue