diff --git a/DownloadDebianPackages.md b/DownloadDebianPackages.md index d2bf068..116817e 100644 --- a/DownloadDebianPackages.md +++ b/DownloadDebianPackages.md @@ -3,13 +3,13 @@ systems, using recent releases of Debian or Ubuntu. To install debian packages for edgy, feisty, or etch from our [APT repository](http://allmydata.org/debian/), add the following lines to -your `/etc/apt/sources.list`, replacing the word `DIST` with +your `/etc/apt/sources.list`, replacing the word `$DIST` with `edgy`, `feisty`, or `etch` as appropriate. (If you are running Debian lenny, use the `etch` packages.) ``` -deb http://allmydata.org/debian/ DIST main tahoe -deb-src http://allmydata.org/debian/ DIST main tahoe +deb http://allmydata.org/debian/ $DIST main tahoe +deb-src http://allmydata.org/debian/ $DIST main tahoe ``` Then update and install the `allmydata-tahoe` package. apt-get will