UPdate certificates before install packages

browser
Nicolas Arenas 2024-11-26 01:00:27 +01:00 committed by Vadim Troshchinskiy
parent 97da560859
commit b45193f832
1 changed files with 1 additions and 1 deletions

View File

@ -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)