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=a3c8f6cb78984388288f8bb25f7eaf51fba843f2;hp=f3f1f7c4923f444ff5b397e03187348e7f2207f7;hb=95a3dd4ea9de431aff34a316ca049c5f01685082;hpb=d7d7e33eed91589bc004bfa07216879e85162b24 diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index f3f1f7c..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="115.4.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}"