summaryrefslogtreecommitdiff
path: root/doc/it/weechat_faq.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-11-25 09:04:17 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-11-25 09:04:17 +0100
commitd0d900395ae81e3a29ef50225226feebcf458409 (patch)
tree2059d404d1283754ef92b4f5758d64d6d7870995 /doc/it/weechat_faq.it.adoc
parent829f64a38854418d9d4db4281cba76a7bd40d2e1 (diff)
downloadweechat-d0d900395ae81e3a29ef50225226feebcf458409.zip
doc: add a manual way to download the list of scripts, if needed (FAQ)
Diffstat (limited to 'doc/it/weechat_faq.it.adoc')
-rw-r--r--doc/it/weechat_faq.it.adoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc
index 4c2c7c9cd..7172efc7c 100644
--- a/doc/it/weechat_faq.it.adoc
+++ b/doc/it/weechat_faq.it.adoc
@@ -909,6 +909,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]]
== Impostazioni