From 9ce3cfc7a161b5e04bb9b28f679bc07572cfc55c Mon Sep 17 00:00:00 2001 From: warner <> Date: Tue, 18 Dec 2007 21:33:33 +0000 Subject: [PATCH] make it more clear that $DIST is a variable [Imported from Trac: page DownloadDebianPackages, version 8] --- DownloadDebianPackages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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