From: Jeroen van Wolffelaar Date: Wed, 22 Feb 2006 01:44:30 +0000 (+0000) Subject: Inform user about using aptitude/synaptic instead of this website is also X-Git-Tag: switch-to-templates~79 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=aaacda801da57b28458895fb264ae89198e7c2cf;p=deb%2Fpackages.git Inform user about using aptitude/synaptic instead of this website is also possible --- 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') {