Add debug message
parent
2e8981fd19
commit
419f983e50
|
@ -102,6 +102,7 @@ def boottoolsSoftwareCompile():
|
||||||
os.environ['LANG'] = env_lang
|
os.environ['LANG'] = env_lang
|
||||||
|
|
||||||
def updateCaCertificates():
|
def updateCaCertificates():
|
||||||
|
print ('Updating CA trust Store', file=sys.stderr)
|
||||||
utils.run (['update-ca-certificates'])
|
utils.run (['update-ca-certificates'])
|
||||||
|
|
||||||
def boottoolsPythonModules():
|
def boottoolsPythonModules():
|
||||||
|
|
Loading…
Reference in New Issue