Add function to execute update certificates

browser
Nicolas Arenas 2024-11-26 00:14:05 +01:00 committed by Vadim Troshchinskiy
parent 77fdae4d60
commit 56c04f8a16
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)