diff --git a/chroot-tasks.py b/chroot-tasks.py index 5260559..e10bad1 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -146,9 +146,9 @@ if __name__ == '__main__': sys.exit (1) debconf_settings = config['General'].get ('debconf_settings') + updateCaCertificates() boottoolsSoftwareInstall (args.osarch, args.osrelease) boottoolsSoftwareCompile() boottoolsPythonModules() - updateCaCertificates() boottoolsRemovePackages() boottoolsInitrdGenerate (args.osrelease)