Explorar el Código

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

pull/228/head
Michael Feger hace 3 años
padre
commit
68bce7cd3d
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      linux/map.jinja

+ 3
- 0
linux/map.jinja Ver fichero

@@ -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'],
},

Cargando…
Cancelar
Guardar