update to 61.0 [release 61.0-1mamba;Thu Jul 05 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 22:19:10 +01:00
parent 53842ea780
commit 9f14b492f0
2 changed files with 354 additions and 212 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
# gil
FIREFOX_VERSION=$1
ARCH=x86_64
if [ -z "$FIREFOX_VERSION" ]; then
echo "Usage: $0 <version>"
@ -12,7 +13,7 @@ fi
rm -rf firefox-$FIREFOX_VERSION
mkdir firefox-$FIREFOX_VERSION
cd firefox-$FIREFOX_VERSION
wget -r -N -l 1 -np -nd -A "*.xpi" https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION/linux-i686/xpi/
wget -r -N -l 1 -np -nd -A "*.xpi" https://ftp.mozilla.org/pub/firefox/releases/$FIREFOX_VERSION/linux-$ARCH/xpi/
rm -f robots.txt
tar -cj *.xpi > ../firefox-$FIREFOX_VERSION-langpacks.tar.bz2
#rm -rf firefox-$FIREFOX_VERSION

File diff suppressed because it is too large Load Diff