Add function to execute update certificates

pull/5/head
Nicolas Arenas 2024-11-26 00:14:05 +01:00
parent 7b51a04358
commit e2910b33e2
1 changed files with 1 additions and 0 deletions

View File

@ -149,5 +149,6 @@ if __name__ == '__main__':
boottoolsSoftwareInstall (args.osarch, args.osrelease)
boottoolsSoftwareCompile()
boottoolsPythonModules()
updateCaCertificates()
boottoolsRemovePackages()
boottoolsInitrdGenerate (args.osrelease)