summaryrefslogtreecommitdiff
path: root/doc/de/weechat_faq.de.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/weechat_faq.de.adoc')
-rw-r--r--doc/de/weechat_faq.de.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc
index 26c2d1ca1..f0757c191 100644
--- a/doc/de/weechat_faq.de.adoc
+++ b/doc/de/weechat_faq.de.adoc
@@ -895,6 +895,23 @@ And update scripts again in WeeChat:
/script update
----
+If you still have an error, then you must remove the automatic update of file
+in WeeChat and download the file manually outside WeeChat (that means you'll
+have to update manually the file yourself to get updates):
+
+* in WeeChat:
+
+----
+/set script.scripts.cache_expire -1
+----
+
+* in your shell, with curl installed:
+
+----
+$ cd ~/.weechat/script
+$ curl -O https://weechat.org/files/plugins.xml.gz
+----
+
[[settings]]
== Einstellungen