diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-25 09:04:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-25 09:04:17 +0100 |
commit | d0d900395ae81e3a29ef50225226feebcf458409 (patch) | |
tree | 2059d404d1283754ef92b4f5758d64d6d7870995 /doc/en/weechat_faq.en.adoc | |
parent | 829f64a38854418d9d4db4281cba76a7bd40d2e1 (diff) | |
download | weechat-d0d900395ae81e3a29ef50225226feebcf458409.zip |
doc: add a manual way to download the list of scripts, if needed (FAQ)
Diffstat (limited to 'doc/en/weechat_faq.en.adoc')
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/weechat_faq.en.adoc b/doc/en/weechat_faq.en.adoc index a743b441a..00cbf81f4 100644 --- a/doc/en/weechat_faq.en.adoc +++ b/doc/en/weechat_faq.en.adoc @@ -846,6 +846,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]] == Settings |