blob: 045531b345eaa9a560345334757e052aa6420ef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
## Debian testing or unstable
sudo apt-get install git-annex
## Debian 7.0 "wheezy":
sudo apt-get install git-annex
Note: This version does not include support for the [[assistant]].
The version of git-annex in unstable can be easily installed in wheezy.
## Debian 6.0 "squeeze"
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
sudo apt-get -t squeeze-backports install git-annex
|