diff --git a/chroot-tasks.py b/chroot-tasks.py index e10bad1..b214556 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -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():