Add debug message

browser
Nicolas Arenas 2024-11-26 01:06:08 +01:00 committed by Vadim Troshchinskiy
parent b45193f832
commit 82d1450e2e
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ def boottoolsSoftwareCompile():
os.environ['LANG'] = env_lang
def updateCaCertificates():
print ('Updating CA trust Store', file=sys.stderr)
utils.run (['update-ca-certificates'])
def boottoolsPythonModules():