diff options
author | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-07 19:00:48 -0500 |
---|---|---|
committer | Antoine Beaupré <anarcat@koumbit.org> | 2013-01-07 19:00:48 -0500 |
commit | b474c23d64343e4c5eb5e455482ec1cb2fc760fd (patch) | |
tree | f8ae337b6a0b8b54a7a56c265261511ef8cb2767 /templates/index.html.erb | |
parent | a3f2d2f0c169bd0fd18c82cc6804bbe483bb736b (diff) | |
parent | ee9bb9d020f094367088c50627345e0f9b854925 (diff) |
Merge branch 'master' into multi_repo_support
Diffstat (limited to 'templates/index.html.erb')
-rw-r--r-- | templates/index.html.erb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html.erb b/templates/index.html.erb index e4c70cb..7990d51 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -14,13 +14,13 @@ it for yourself, but it comes at no warranty. <p>In your /etc/apt/source.list: <pre> -deb http://debian.<%= @domain %>/debian lenny main -deb-src http://debian.<%= @domain %>/debian lenny main +deb http://debian.<%= @domain %>/debian stable main +deb-src http://debian.<%= @domain %>/debian stable main </pre> -"lenny", of course, can be replaced by your distribution. Know that we usually -package straight for etch or lenny. Packages will likely not be available in -squeeze or sid.</p> +<code>stable</code> can be replaced by <code>testing</code> +or <code>unstable</code> if you wish to test the development version +of packages.</p> <h2>Adding the archive key to your keyring</h2> |