diff --git a/chroot-tasks.py b/chroot-tasks.py index cff7197..5260559 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -149,5 +149,6 @@ if __name__ == '__main__': boottoolsSoftwareInstall (args.osarch, args.osrelease) boottoolsSoftwareCompile() boottoolsPythonModules() + updateCaCertificates() boottoolsRemovePackages() boottoolsInitrdGenerate (args.osrelease)