bundles/apt: rework gpg key handling
This commit is contained in:
parent
54371cf289
commit
ad620396f5
15 changed files with 214 additions and 178 deletions
|
@ -2,13 +2,11 @@ defaults = {
|
|||
'apt': {
|
||||
'repos': {
|
||||
'yarn': {
|
||||
'key': '72ECF46A56B4AD39C907BBB71646B01B86E50310',
|
||||
'items': [
|
||||
'deb https://dl.yarnpkg.com/debian/ stable main',
|
||||
],
|
||||
},
|
||||
'node': {
|
||||
'key': '9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280',
|
||||
'items': [
|
||||
'deb https://deb.nodesource.com/node_10.x buster main',
|
||||
'deb-src https://deb.nodesource.com/node_10.x buster main',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue