Skip to content

Commit

Permalink
Deshittify Thunderbird as well
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Sep 8, 2024
1 parent 8bcf06f commit 93db690
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mitamae/repos.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,17 @@
file "/etc/apt/preferences.d/#{ppa}-priority-1001" do
mode '0644'
content <<-FILE
Package: firefox
Package: firefox thunderbird
Pin: release o=LP-PPA-#{ppa}
Pin-Priority: 1001
FILE
end
end


file "/etc/apt/preferences.d/firefox-no-snap" do
file "/etc/apt/preferences.d/mozilla-no-snap" do
mode '0644'
content <<-FILE
Package: firefox*
Package: firefox* thunderbird*
Pin: release o=Ubuntu*
Pin-Priority: -1
FILE
Expand Down

0 comments on commit 93db690

Please sign in to comment.