From 55941cc40ee1e8c04967fc721194f782c3410964 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Mon, 10 Mar 2025 22:02:40 +1100 Subject: [PATCH] Fix package text (#3236) --- archinstall/lib/interactions/general_conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archinstall/lib/interactions/general_conf.py b/archinstall/lib/interactions/general_conf.py index 8d4e40e6..3acc8877 100644 --- a/archinstall/lib/interactions/general_conf.py +++ b/archinstall/lib/interactions/general_conf.py @@ -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 = []