summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-10-23 16:44:56 +0200
committerAndras Timar <andras.timar@collabora.com>2016-10-23 16:44:56 +0200
commit660eeab9da98835ce0ddb67f6725655666765c94 (patch)
treed91cd451b03630746f2e0d1b88eed9bf7c35a7cf /scripts
parenta502371c27b185cce378046235ac92b13bf3f5fc (diff)
Pootle server times out with IPv6 address...
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/downloadpootle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/downloadpootle.sh b/scripts/downloadpootle.sh
index 3e10ef3ff..c7187ccab 100755
--- a/scripts/downloadpootle.sh
+++ b/scripts/downloadpootle.sh
@@ -2,7 +2,7 @@
for i in ab af am an ar as ast az be bg bn bn_IN bo br brx bs ca cs cy da de dgo dz el en_GB en_ZA eo es et eu fa fi fr ga gd gl gu gug he hi hr hu id is it ja jv ka kk kl km kn ko kok ks ky lb lo lt lv mai mk ml mn mni mr my nb ne nl nn nr nso oc om or pa_IN pl pt pt_BR ro ru rw sah sa_IN sat sd si sid sk sl sq sr ss st sv sw_TZ ta te tg th ti tn tr ts tt ug uk ur uz ve vi xh zh_CN zh_TW zu;
do
- wget -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
+ wget --prefer-family=IPv4 -O $i.zip https://translations.documentfoundation.org/export/?path=/$i/libo_online/
unzip -j $i.zip
rm $i.zip
mv loleaflet-ui-$i.po ui-$i.po