From aaacda801da57b28458895fb264ae89198e7c2cf Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Wed, 22 Feb 2006 01:44:30 +0000 Subject: [PATCH] Inform user about using aptitude/synaptic instead of this website is also possible --- lib/Packages/DoDownload.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Packages/DoDownload.pm b/lib/Packages/DoDownload.pm index ab3ab73..8156521 100644 --- a/lib/Packages/DoDownload.pm +++ b/lib/Packages/DoDownload.pm @@ -269,6 +269,11 @@ sub do_download { } else { $$page_content .= "

".sprintf( _g( 'You can download the requested file from the %s subdirectory at:' ), $directory )."

\n"; } + + hint(_g("If you are running Debian, it's strongly suggested to use a + package manager like aptitude or synaptic to download and install + packages, instead of doing so manually via this website")); if ($archive eq 'security') { -- 2.39.2