summaryrefslogtreecommitdiffstats
path: root/ffxpi
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-01-12 19:33:12 +0100
committerRemi Collet <fedora@famillecollet.com>2011-01-12 19:33:12 +0100
commitae627d3bd8fd120eeed9951a239b123fa24e7e8c (patch)
tree612a0e1c3737d3d59f27b6c662b84d4c90b89357 /ffxpi
parent7ec2027ed4f5ce2ca53920367bebf7944d803ba5 (diff)
firefox 4.0b6 build1
Diffstat (limited to 'ffxpi')
-rwxr-xr-xffxpi9
1 files changed, 5 insertions, 4 deletions
diff --git a/ffxpi b/ffxpi
index f85151e..8f75550 100755
--- a/ffxpi
+++ b/ffxpi
@@ -11,10 +11,11 @@ getxpi() {
then URL=http://releases.mozilla.org/pub/mozilla.org/firefox/releases/$1/linux-i686/xpi
else URL=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/$1-candidates/$2/linux-i686/xpi/
fi
- # 75 extensions (25+26+24)
- for i in af ar as be bg bn-BD bn-IN ca cs cy da de el en-GB eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL \
- ga-IE gd gl gu-IN he hi-IN hr hu id is it ja ka kk kn ko ku lt lv mk ml mn mr nb-NO nl nn-NO \
- oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW
+ # 75 extensions (24+28+24+7)
+ for i in af ak ar as be bg bn-BD bn-IN br ca cs cy da de el en-GB en-ZA eo es-AR es-CL es-ES es-MX et eu \
+ fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja ka kk kn ko ku lg lt lv mk ml mn \
+ mr nb-NO nl nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si sk sl sq sr sv-SE ta-LK ta te th tr \
+ uk vi zh-CN zh-TW mai nso son
do echo -en "$i\t"
[ -f $i.xpi ] && echo "already downloaded"
[ -f $i.xpi ] || wget -nv $URL/$i.xpi