Browse Source

fix system-pkgs for debian-12 (#227)

pull/228/head
Michael Feger 3 years ago
parent
commit
68bce7cd3d
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja View File

@@ -113,6 +113,9 @@
'bullseye': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
'bookworm': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},
'sid': {
'pkgs': ['python3-apt', 'apt-transport-https', 'libmnl0'],
},

Loading…
Cancel
Save