Fix package text (#3236)

This commit is contained in:
Daniel Girtler 2025-03-10 22:02:40 +11:00 committed by GitHub
parent 12562f4cae
commit 55941cc40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -177,8 +177,7 @@ def ask_additional_packages_to_install(
# Additional packages (with some light weight error handling for invalid package names)
header = str(_('Only packages such as base, base-devel, linux, linux-firmware, efibootmgr and optional profile packages are installed.')) + '\n'
header += str(_('If you desire a web browser, such as firefox or chromium, you may specify it in the following prompt.')) + '\n'
header += str(_('Write additional packages to install (space separated, leave blank to skip)')) + '\n'
header += str(_('Select any packages from the below list that should be installed additionally')) + '\n'
# there are over 15k packages so this needs to be quick
preset_packages = []