-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Firefox, NoScript and I2Pd (#72)
This pull request updates Firefox ESR from version 115.17.0 to 115.19.0, NoScript from version 11.5.0 to 12.1.1, and I2Pd from version 2.54.0 to 2.55.0.
- Loading branch information
1 parent
4137cbb
commit 37abab1
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ cd $dir | |
|
||
arch=$(uname -m) | ||
language=$(echo $LANG | cut -c-5 | sed s/_/-/g) | ||
version="115.17.0esr" | ||
version="115.19.0esr" | ||
application="firefox" | ||
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version" | ||
|
||
|
@@ -105,7 +105,7 @@ curl -L -f -# -o ../browser/browser/extensions/[email protected] | |
curl -L -f -# -o ../browser/browser/extensions/[email protected] https://addons.mozilla.org/firefox/downloads/file/4175230/us_english_dictionary-115.0.xpi | ||
|
||
echo "Downloading NoScript extension..." | ||
curl -L -f -# -o ../browser/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi | ||
curl -L -f -# -o ../browser/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi | ||
|
||
echo "Adding standard configs..." | ||
cp -r preferences/* ../browser/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ cd $dir | |
|
||
arch=$(uname -m) | ||
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g') | ||
version="115.17.0esr" | ||
i2pdversion="2.54.0" | ||
version="115.19.0esr" | ||
i2pdversion="2.55.0" | ||
|
||
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}" | ||
|
||
|
@@ -109,7 +109,7 @@ curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/langpac | |
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/[email protected] https://addons.mozilla.org/firefox/downloads/file/4175230/us_english_dictionary-115.0.xpi | ||
|
||
echo "Downloading NoScript extension..." | ||
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4377088/noscript-11.5.0.xpi | ||
curl -L -f -# -o ../FirefoxESR.app/Contents/Resources/browser/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}.xpi https://addons.mozilla.org/firefox/downloads/file/4411102/noscript-12.1.1.xpi | ||
|
||
echo "Adding standard configs..." | ||
cp -r preferences/* ../FirefoxESR.app/Contents/Resources/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters