Skip to content

Commit

Permalink
Firefox Rapid Release: only pin firefox to 1000
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theofficialgman authored Nov 6, 2023
1 parent c8fbf81 commit dbd5e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Firefox Rapid Release/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit dbd5e69

@theofficialgman
Copy link
Collaborator Author

@theofficialgman theofficialgman commented on dbd5e69 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slight correction to the commit message. meant to write -1 and not zero

Please sign in to comment.