We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbd4b4 commit 831831aCopy full SHA for 831831a
1 file changed
scripts/install-firefox.sh
@@ -9,7 +9,7 @@ set -e
9
# Note this script is **destructive** and will
10
# remove the existing Firefox in the OpenWPM directory
11
12
-TAG='497a35d032e41a640590af9ac68d8a6dd21f4131' # FIREFOX_134_0_1_RELEASE
+TAG='5d1d0e27dc3a99271b76833be3d9a4a12e709281' # FIREFOX_137_0_2_RELEASE
13
14
case "$(uname -s)" in
15
Darwin)
@@ -20,7 +20,7 @@ Darwin)
20
Linux)
21
echo 'Installing for Linux'
22
OS='linux'
23
- TARGET_SUFFIX='.tar.bz2'
+ TARGET_SUFFIX='.tar.xz'
24
;;
25
*)
26
echo 'Your OS is not supported. Aborting'
@@ -40,10 +40,10 @@ Darwin)
40
rm target.dmg
41
42
43
- tar jxf target.tar.bz2
+ tar Jxf target.tar.xz
44
rm -rf firefox-bin
45
mv firefox firefox-bin
46
- rm target.tar.bz2
+ rm target.tar.xz
47
48
esac
49
0 commit comments