X-Git-Url: https://plomlompom.com/repos/?p=config;a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;fp=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=72081740a2425d42fcd0a10eddae7f146896dc77;hp=0b42af374f41e7c6afacdce200a786dbcbe516a4;hb=151d57c9c195e7ecc605d1765477c347c3f4d9f3;hpb=454167ea219cb7cace8e38e635ed438765728a9c diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index 0b42af3..7208174 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="115.7.0esr" +firefox_release="115.8.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}"