From 56c04f8a16b2d37fe9bfccd8773dfe7de22cfce9 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 26 Nov 2024 00:14:05 +0100 Subject: [PATCH] Add function to execute update certificates --- chroot-tasks.py | 1 + 1 file changed, 1 insertion(+) 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)