X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=bookworm%2Fsetup_scripts%2Fsetup_firefox.sh;h=e245f62b2df29bac849c3b6536fb5612d19c28f0;hb=aebbb73738fd2a46c540497a32c1db0fb05defca;hp=2d372ff22a35079abe78b892eaf0d27f2922a37d;hpb=05af7e748a62b71f20597bb559106c8692c34ef4;p=config diff --git a/bookworm/setup_scripts/setup_firefox.sh b/bookworm/setup_scripts/setup_firefox.sh index 2d372ff..e245f62 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.14.0esr" +firefox_release="102.15.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}"