From bb6caa346cb4207e38d7ddf9bacf361e6c68e117 Mon Sep 17 00:00:00 2001 From: Lotus Date: Thu, 11 Jul 2013 21:50:06 +0200 Subject: Do not allow automatic update in case YaCy is installed to the Program Files folder on Windows. There are no permissions to write that folder and update would fail. --- htroot/ConfigUpdate_p.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htroot/ConfigUpdate_p.html') diff --git a/htroot/ConfigUpdate_p.html b/htroot/ConfigUpdate_p.html index 2b8974697..09de4690c 100644 --- a/htroot/ConfigUpdate_p.html +++ b/htroot/ConfigUpdate_p.html @@ -118,6 +118,8 @@

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

:: +

YaCy has been installed to the Program Files directory. Automatic update is not possible.
Download and install the latest version from the web page http://www.yacy.net/

+ :: #(/candeploy)# #%env/templates/footer.template%# -- cgit v1.2.3