X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=f3f1f7c4923f444ff5b397e03187348e7f2207f7;hb=d65b739cf36e7ba75d868dcb2dddbad642d81f6a;hp=e245f62b2df29bac849c3b6536fb5612d19c28f0;hpb=d96a5cda118d6c37a57ca83ea4315131f17f00a6;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index e245f62..f3f1f7c 100755 --- a/bookworm/setup_scripts/setup_firefox.sh +++ b/bookworm/setup_scripts/setup_firefox.sh @@ -3,7 +3,7 @@ set -e . ./misc.sh # Install Firefox directly from Mozilla. -firefox_release="102.15.1esr" +firefox_release="115.4.0esr" firefox_filename="firefox-${firefox_release}.tar.bz2" url_firefox="https://ftp.mozilla.org/pub/firefox/releases/${firefox_release}/linux-x86_64/en-US/${firefox_filename}" wget "${url_firefox}"