Break web browser suggestion into second line to avoid wrapping

This commit is contained in:
Dylan M. Taylor 2021-04-07 20:28:30 -04:00 committed by Dylan Taylor
parent ef2e1fd239
commit b96ba6e237
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ def ask_user_questions():
# Additional packages (with some light weight error handling for invalid package names)
if not archinstall.arguments.get('packages', None):
print("Packages not part of the desktop environment are not installed by default. If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt.")
print("Packages not part of the desktop environment are not installed by default.")
print("If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt.")
archinstall.arguments['packages'] = [package for package in input('Write additional packages to install (space separated, leave blank to skip): ').split(' ') if len(package)]
# Verify packages that were given