From dbd5e69e31f1a083195e4f2918ca14b56168c0fc Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:45:31 -0500 Subject: [PATCH] Firefox Rapid Release: only pin firefox to 1000 thunderbird is available from the same PPA while potentially being a lower version than available in Ubuntu repos which still have it as a true deb package. We would either need to mark thunderbird from Ubuntu as pin priority zero or, as is done in this commit, only mark firefox packages as 1000 from this repo. --- apps/Firefox Rapid Release/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Firefox Rapid Release/install b/apps/Firefox Rapid Release/install index 81a65f4bd8..4df291564f 100755 --- a/apps/Firefox Rapid Release/install +++ b/apps/Firefox Rapid Release/install @@ -11,7 +11,7 @@ Ubuntu) if printf '%s\n' "22.04" "$__os_release" | sort -CV || [[ "$__os_release" == "18.04" ]]; then ubuntu_ppa_installer "mozillateam/ppa" # also disable firefox snap apt package from Ubuntu - echo 'Package: * + echo 'Package: firefox* Pin: release o=LP-PPA-mozillateam Pin-Priority: 1000