diff options
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 |