feat(gost/ubuntu): check kernel source package more strictly (#1599)
This commit is contained in:
@@ -181,7 +181,7 @@ func (deb Debian) isKernelSourcePackage(pkgname string) bool {
|
||||
case 1:
|
||||
return pkgname == "linux"
|
||||
case 2:
|
||||
if ss[0] != "liunx" {
|
||||
if ss[0] != "linux" {
|
||||
return false
|
||||
}
|
||||
switch ss[1] {
|
||||
|
||||
Reference in New Issue
Block a user