X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=a3c8f6cb78984388288f8bb25f7eaf51fba843f2;hb=95a3dd4ea9de431aff34a316ca049c5f01685082;hp=e245f62b2df29bac849c3b6536fb5612d19c28f0;hpb=d96a5cda118d6c37a57ca83ea4315131f17f00a6;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index e245f62..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="102.15.1esr" +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}"