Skip to content

Commit b62e9fa

Browse files
committed
Armbian: improve APT pinning for Firefox/Thunderbird
- Change Pin from origin domain to release origin for more reliable pinning - Improve comments to clarify priority behavior (1001 prevents downgrades) - Add explanatory comments for Ubuntu repository deprioritization - Fix typo in upstream comment This ensures Firefox and Thunderbird are consistently installed from the Armbian repository with proper pinning rules.
1 parent e832bb3 commit b62e9fa

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

  • packages/bsp/common/etc/apt/preferences.d
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Install those packages rather from Armbian repo
1+
# Force installation of these packages from Armbian repository
2+
# Priority 1001 forces Armbian's version even if it requires downgrading
3+
# a currently installed version from another repository
4+
# Ubuntu snap versions have higher epoch version
25
Package: firefox firefox-esr thunderbird
3-
Pin: origin apt.armbian.com
4-
Pin-Priority: 700
6+
Pin: release o=Armbian
7+
Pin-Priority: 1001
8+
9+
# Deprioritize Ubuntu versions to avoid conflicts
10+
# Priority 50 ensures Ubuntu packages are not selected when Armbian versions exist
11+
Package: firefox firefox-esr thunderbird
12+
Pin: release o=Ubuntu
13+
Pin-Priority: 50

0 commit comments

Comments
 (0)