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=56f95809e7cf240a28293774a5efa35f3200ddc8;hp=a3c8f6cb78984388288f8bb25f7eaf51fba843f2;hb=87da47b9ca753ff23a3279e57e627c61d53ea260;hpb=95a3dd4ea9de431aff34a316ca049c5f01685082 diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index a3c8f6c..56f9580 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.5.0esr" +firefox_release="115.6.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}"