diff options
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 17 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.adoc | 17 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.adoc | 18 | ||||
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 17 | ||||
-rw-r--r-- | doc/ja/weechat_faq.ja.adoc | 17 | ||||
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 17 |
6 files changed, 103 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 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 diff --git a/doc/fr/weechat_faq.fr.adoc b/doc/fr/weechat_faq.fr.adoc index 5063107df..fd842153a 100644 --- a/doc/fr/weechat_faq.fr.adoc +++ b/doc/fr/weechat_faq.fr.adoc @@ -882,6 +882,24 @@ Et mettez à jour les scripts à nouveau dans WeeChat : /script update ---- +Si vous avez toujours une erreur, alors vous devez supprimer la mise à jour +automatique du fichier dans WeeChat et télécharger le fichier manuellement +en dehors de WeeChat (cela signifie que vous devrez mettre à jour le fichier +vous-même pour obtenir les mises à jour) : + +* dans WeeChat : + +---- +/set script.scripts.cache_expire -1 +---- + +* dans votre shell, avec curl installé : + +---- +$ cd ~/.weechat/script +$ curl -O https://weechat.org/files/plugins.xml.gz +---- + [[settings]] == Réglages 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 diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc index 9968fbe6f..ea3cc3ae3 100644 --- a/doc/ja/weechat_faq.ja.adoc +++ b/doc/ja/weechat_faq.ja.adoc @@ -843,6 +843,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]] == 設定 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 |