From 52ead849036049ab24fea02ea51ab842b0bcfb3d Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:18:49 -0400 Subject: [PATCH] Firefox Rapid Release: update signing key the signing key will be dual-signed for a long time but this new key will be eventually required by default on newer ubuntu/debian releases that have stricter rules on the signature cryptography format used --- apps/Firefox Rapid Release/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/Firefox Rapid Release/install b/apps/Firefox Rapid Release/install index dc2c59880f..9031ef4978 100755 --- a/apps/Firefox Rapid Release/install +++ b/apps/Firefox Rapid Release/install @@ -44,7 +44,7 @@ Pin-Priority: -1' | sudo tee /etc/apt/preferences.d/firefox >/dev/null else # remove old ppa if present sudo rm -f /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-bionic.list - debian_ppa_installer "mozillateam/ppa" "jammy" "0AB215679C571D1C8325275B9BDB3D89CE49EC21" || exit 1 + debian_ppa_installer "mozillateam/ppa" "jammy" "738BEB9321D1AAEC13EA9391AEBDF4819BE21867" || exit 1 echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:jammy";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox >/dev/null install_packages firefox || error "User error (reporting allowed): Firefox is not available from Mozilla Team PPA for $arch Ubuntu Jammy (used for Debian Bookworm). Please contact Mozilla Team via email for any issues ubuntu-mozillateam-bugs@lists.ubuntu.com" fi @@ -52,12 +52,12 @@ Pin-Priority: -1' | sudo tee /etc/apt/preferences.d/firefox >/dev/null bullseye) # remove old ppa if present sudo rm -f /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-bionic.list - debian_ppa_installer "mozillateam/ppa" "focal" "0AB215679C571D1C8325275B9BDB3D89CE49EC21" || exit 1 + debian_ppa_installer "mozillateam/ppa" "focal" "738BEB9321D1AAEC13EA9391AEBDF4819BE21867" || exit 1 echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:focal";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox >/dev/null install_packages firefox || error "User error (reporting allowed): Firefox is not available from Mozilla Team PPA for $arch Ubuntu Focal (used for Debian Bullseye). Please contact Mozilla Team via email for any issues ubuntu-mozillateam-bugs@lists.ubuntu.com" ;; *) - debian_ppa_installer "mozillateam/ppa" "bionic" "0AB215679C571D1C8325275B9BDB3D89CE49EC21" || exit 1 + debian_ppa_installer "mozillateam/ppa" "bionic" "738BEB9321D1AAEC13EA9391AEBDF4819BE21867" || exit 1 echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:bionic";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox >/dev/null install_packages firefox || error "User error (reporting allowed): Firefox is not available from Mozilla Team PPA for $arch Ubuntu Bionic. Please contact Mozilla Team via email for any issues ubuntu-mozillateam-bugs@lists.ubuntu.com" ;;