From b53a1a82c7a7430b628a13e3e9f8bf79241c9b8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Nov 2005 18:05:35 +0000 Subject: improve text about apt-key git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2701 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- data/DTSA/dtsa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data/DTSA/dtsa') diff --git a/data/DTSA/dtsa b/data/DTSA/dtsa index 9b0a0bf547..84b2dc27c0 100755 --- a/data/DTSA/dtsa +++ b/data/DTSA/dtsa @@ -240,8 +240,9 @@ def export_ascii(src, date, vuln_type, cve, testing_fix, sid_fix, descr, vendor_ ascii.write("deb http://secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free\n") ascii.write("deb-src http://secure-testing.debian.net/debian-secure-testing etch/security-updates main contrib non-free\n") ascii.write("\n") - ascii.write("The archive signing key can be downloaded from\n") - ascii.write("http://secure-testing-master.debian.net/ziyi-2005-7.asc\n") + ascii.write("Run the following command as root to make apt trust this repository:\n") + ascii.write("\n") + ascii.write("wget http://secure-testing-master.debian.net/ziyi-2005-7.asc -O - | sudo apt-key add -\n") ascii.write("\n") ascii.write("To install the update, run this command as root:\n") -- cgit v1.2.3