From b45193f8322b3de5f7cba3dcc19ce47143f5e691 Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 26 Nov 2024 01:00:27 +0100 Subject: [PATCH] UPdate certificates before install packages --- chroot-tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)