UPdate certificates before install packages
parent
97da560859
commit
b45193f832
|
@ -146,9 +146,9 @@ if __name__ == '__main__':
|
||||||
sys.exit (1)
|
sys.exit (1)
|
||||||
debconf_settings = config['General'].get ('debconf_settings')
|
debconf_settings = config['General'].get ('debconf_settings')
|
||||||
|
|
||||||
|
updateCaCertificates()
|
||||||
boottoolsSoftwareInstall (args.osarch, args.osrelease)
|
boottoolsSoftwareInstall (args.osarch, args.osrelease)
|
||||||
boottoolsSoftwareCompile()
|
boottoolsSoftwareCompile()
|
||||||
boottoolsPythonModules()
|
boottoolsPythonModules()
|
||||||
updateCaCertificates()
|
|
||||||
boottoolsRemovePackages()
|
boottoolsRemovePackages()
|
||||||
boottoolsInitrdGenerate (args.osrelease)
|
boottoolsInitrdGenerate (args.osrelease)
|
||||||
|
|
Loading…
Reference in New Issue