Add debug message

pull/5/head
Nicolas Arenas 2024-11-26 01:06:08 +01:00
parent 2e8981fd19
commit 419f983e50
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():