From c8bbd180e46f7282a469d0d86d463860af298bac Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Thu, 7 Jun 2012 12:36:26 +0200 Subject: [PATCH] enhanced hint for debian package automatic update --- htroot/ConfigUpdate_p.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index bb160760c..ea013848a 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -114,8 +114,9 @@ :: - You installed YaCy with a package manager. To update YaCy, use the package manager:

- Debian: apt-get update && apt-get install yacy

+

You installed YaCy with a package manager. To update YaCy, use the package manager:

+

manual update:
apt-get update && apt-get install yacy

+

automatic update: add the following line to /etc/crontab
0 6 * * * root apt-get update && apt-get -y --force-yes install yacy

:: #(/candeploy)#