From c1ceff0f94cc9e8fe89d820f19395907eefb02f2 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Tue, 1 Aug 2023 09:03:38 +0200 Subject: [PATCH] we can handle also thunderbird this way --- .../provs/desktop/infrastructure/Firefox.kt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Firefox.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Firefox.kt index c785b7c..86d7a06 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Firefox.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/infrastructure/Firefox.kt @@ -50,4 +50,12 @@ private val mozillaTeamFileContent = """ Package: firefox* Pin: release o=Ubuntu Pin-Priority: -1 + + Package: thunderbird* + Pin: release o=LP-PPA-mozillateam + Pin-Priority: 1001 + + Package: thunderbird* + Pin: release o=Ubuntu + Pin-Priority: -1 """.trimIndent() \ No newline at end of file