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=350a75a59e1c51c053df08c8394663fef59eb96b;hp=3a8960c73049d962c8076c09fc117160528fe6fb;hb=27b66e55c2dadbe3f1014aaf20949a16273efeed;hpb=8a89aac4bc0d7802c2bd04a2b7739ee4906232c3 diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index 3a8960c..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.9.0esr" +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}"