X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/static/git-favicon.png?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=860630beb56632a73e551e0bbff521222f1285de;hb=ea10385fa1e1862afd79fd649d39348d9511148b;hp=a3c8f6cb78984388288f8bb25f7eaf51fba843f2;hpb=95a3dd4ea9de431aff34a316ca049c5f01685082;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index a3c8f6c..860630b 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.10.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}"