fix apt unattended-upgrades
This commit is contained in:
parent
bd48c45553
commit
86d88a4355
6 changed files with 16 additions and 18 deletions
|
@ -18,9 +18,9 @@ def nodejs_apt_repos(metadata):
|
|||
},
|
||||
},
|
||||
'unattended-upgrades': {
|
||||
'sites': {
|
||||
'deb.nodesource.com',
|
||||
'dl.yarnpkg.com',
|
||||
'origins': {
|
||||
'o=Node Source,n=buster,l=Node Source,c=main',
|
||||
'o=yarn,a=stable,n=stable,l=yarn-stable,c=main',
|
||||
},
|
||||
},
|
||||
'packages': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue