X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=a3c8f6cb78984388288f8bb25f7eaf51fba843f2;hb=95a3dd4ea9de431aff34a316ca049c5f01685082;hp=3d9bab58f7c9b1e42eccd1030741faf36a26c824;hpb=7ff50c1c165377ceb385e4087d3bbff05f0b7032;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index 3d9bab5..a3c8f6c 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.0esr" +firefox_release="115.5.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}"