apt: Always enable backports repo with lower priority
See https://help.ubuntu.com/community/UbuntuBackports#Configuring_Backports_for_Manual_Install
This commit is contained in:
parent
158a20a642
commit
f8f5b373dc
2 changed files with 11 additions and 8 deletions
|
@ -6,8 +6,6 @@ deb-src <%= @archive_url %> <%= @lsbdistcodename %>-updates main restricted univ
|
|||
|
||||
deb <%= @security_url %> <%= @lsbdistcodename %>-security main restricted universe multiverse
|
||||
deb-src <%= @security_url %> <%= @lsbdistcodename %>-security main restricted universe multiverse
|
||||
<% if @backports == true -%>
|
||||
|
||||
deb <%= @archive_url %> <%= @lsbdistcodename %>-backports main restricted universe multiverse
|
||||
deb-src <%= @archive_url %> <%= @lsbdistcodename %>-backports main restricted universe multiverse
|
||||
<% end -%>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue