From cb3f7e2e8fbc76518f7dd808d990649399ff0c71 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 11 Jan 2020 22:12:10 +0100 Subject: [PATCH] Bump Firefox and its plugins' versions. --- buster/setup_scripts/setup_desktop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buster/setup_scripts/setup_desktop.sh b/buster/setup_scripts/setup_desktop.sh index 63ee26e..4cce5db 100755 --- a/buster/setup_scripts/setup_desktop.sh +++ b/buster/setup_scripts/setup_desktop.sh @@ -24,7 +24,7 @@ lpadmin -p 'HP_Deskjet_F300_series' -m 'drv:///hpcups.drv/hp-deskjet_f300_series service cups restart # Install Firefox directly from Mozilla. -firefox_release="68.1.0esr" +firefox_release="68.4.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}" @@ -46,7 +46,7 @@ url_umatrix="https://github.com/gorhill/uMatrix/releases/download/${umatrix_vers wget "${url_umatrix}" name=$(unzip -p "${umatrix_xpi}" manifest.json | jq -r .applications.gecko.id) mv "${umatrix_xpi}" "${name}".xpi -tridactyl_version="1.16.3pre3162" +tridactyl_version="1.17.1pre3455" tridactyl_xpi="tridactyl_beta-${tridactyl_version}-an+fx.xpi" url_tridactyl="https://tridactyl.cmcaine.co.uk/betas/${tridactyl_xpi}" wget "${url_tridactyl}" -- 2.30.2