mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
bootstrap: tweak language in progress logs emitted
This commit is contained in:
@@ -306,9 +306,10 @@ def main():
|
|||||||
|
|
||||||
|
|
||||||
if not initial_setup:
|
if not initial_setup:
|
||||||
logger.info('TLJH installer is already installed, upgrading...')
|
logger.info('Existing TLJH installation detected, upgrading...')
|
||||||
else:
|
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...')
|
logger.info('Installing Python, venv, pip, and git via apt-get...')
|
||||||
# Install software-properties-common, so we can get add-apt-repository
|
# Install software-properties-common, so we can get add-apt-repository
|
||||||
# That helps us make sure the universe repository is enabled, since
|
# That helps us make sure the universe repository is enabled, since
|
||||||
|
|||||||
Reference in New Issue
Block a user