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