diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-28 18:26:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-28 18:26:54 -0300 |
commit | a4ff170739ba5c55ef8e71db2b9ee44c9cdc33d8 (patch) | |
tree | ec241b47ccee79f3c93cac0d763aa63e5c2464d0 | |
parent | c61b6ea99eda76fb557eb9760b9ee315732d9bb5 (diff) | |
download | puppet-reprepro-a4ff170739ba5c55ef8e71db2b9ee44c9cdc33d8.tar.gz puppet-reprepro-a4ff170739ba5c55ef8e71db2b9ee44c9cdc33d8.tar.bz2 |
Updating index.html template
-rw-r--r-- | templates/index.html.erb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/index.html.erb b/templates/index.html.erb index 65ac222..713da22 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -14,13 +14,12 @@ 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 squeeze main +deb-src http://debian.<%= domain %>/debian squeeze 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> +"squeeze", of course, can be replaced by your distribution. Know that we usually +package straight for lenny or squeeze.</p> <h2>Adding the archive key to your keyring</h2> |