Browse Source

fix system-pkgs for debian-12

pull/227/head
Michael Feger 3 years ago
parent
commit
6d70dc1105
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

'bullseye': { 'bullseye': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'], 'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
}, },
'bookworm': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
'sid': { 'sid': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'], 'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
}, },

Loading…
Cancel
Save