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)#