Add function to execute update certificates
parent
7b51a04358
commit
e2910b33e2
|
@ -149,5 +149,6 @@ if __name__ == '__main__':
|
||||||
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