UPdate certificates before install packages
parent
97da560859
commit
b45193f832
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue