diff options
| -rwxr-xr-x | mfdiff | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -238,6 +238,8 @@ def main(): prep_cacheroot(cache_d, release) apt.apt_pkg.config.set("Apt::Architecture", arch) + apt.apt_pkg.config.set("Dir::Etc::Trusted", "/etc/apt/trusted.gpg") + apt.apt_pkg.config.set("Dir::Etc::TrustedParts", "/etc/apt/trusted.gpg.d/") cache = None errors = [] |
