bootstrap: tweak language in progress logs emitted

This commit is contained in:
Erik Sundell
2021-10-18 19:38:56 +02:00
parent d36c53da1b
commit b1b867bd4e

View File

@@ -306,9 +306,10 @@ def main():
if not initial_setup:
logger.info('TLJH installer is already installed, upgrading...')
logger.info('Existing TLJH installation detected, upgrading...')
else:
logger.info("TLJH installer isn't installed, installing...")
logger.info('Existing TLJH installation not detected, installing...')
logger.info('Setting up hub environment...')
logger.info('Installing Python, venv, pip, and git via apt-get...')
# Install software-properties-common, so we can get add-apt-repository
# That helps us make sure the universe repository is enabled, since