Skip to content

Commit 831831a

Browse files
englehardtvringar
authored andcommitted
Firefox linux build moved from bz2 to xz
1 parent 4dbd4b4 commit 831831a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/install-firefox.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -e
99
# Note this script is **destructive** and will
1010
# remove the existing Firefox in the OpenWPM directory
1111

12-
TAG='497a35d032e41a640590af9ac68d8a6dd21f4131' # FIREFOX_134_0_1_RELEASE
12+
TAG='5d1d0e27dc3a99271b76833be3d9a4a12e709281' # FIREFOX_137_0_2_RELEASE
1313

1414
case "$(uname -s)" in
1515
Darwin)
@@ -20,7 +20,7 @@ Darwin)
2020
Linux)
2121
echo 'Installing for Linux'
2222
OS='linux'
23-
TARGET_SUFFIX='.tar.bz2'
23+
TARGET_SUFFIX='.tar.xz'
2424
;;
2525
*)
2626
echo 'Your OS is not supported. Aborting'
@@ -40,10 +40,10 @@ Darwin)
4040
rm target.dmg
4141
;;
4242
Linux)
43-
tar jxf target.tar.bz2
43+
tar Jxf target.tar.xz
4444
rm -rf firefox-bin
4545
mv firefox firefox-bin
46-
rm target.tar.bz2
46+
rm target.tar.xz
4747
;;
4848
esac
4949

0 commit comments

Comments
 (0)