X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=350a75a59e1c51c053df08c8394663fef59eb96b;hb=27b66e55c2dadbe3f1014aaf20949a16273efeed;hp=20b73c64357c6b2665ffb083c989274710cc1ed6;hpb=f8270e1d5e8d950e87e635eae5fc1aa396deeffb;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index 20b73c6..350a75a 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.3.1esr" +firefox_release="115.9.1esr" 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}"