Add support for Zypper

This commit is contained in:
2025-04-12 19:49:18 +02:00
parent 55fd94c46b
commit 53c39b6f3d
4 changed files with 99 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ var importers = []Importer{
APT{},
DNF{},
Pacman{},
Zypper{},
}
// GetImporter gets an importer by its name