1
0

fix: support --no-headers for debian

This commit is contained in:
2023-05-17 06:50:52 +00:00
parent 706d442948
commit 72f52d3200
2 changed files with 11 additions and 3 deletions

View File

@ -407,7 +407,7 @@ func installKernel(sk config.KernelMask, pkgname string, force, headers bool) (e
}
case config.Debian:
var commands []string
commands, err = debian.InstallCommands(sk, pkgname)
commands, err = debian.InstallCommands(sk, pkgname, headers)
if err != nil {
return
}