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/pl | |
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/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 7e7e554f2..e8e95c5a6 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -855,6 +855,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]] == Ustawienia |