Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-06-02 16:56:39 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-06-02 16:56:39 -0400
commit81269b972c07fefe7cc7bcc923b5f8189bc757df (patch)
tree1f20ca3e1fe648cb466274ae8dc9cad4127bd06d /archinstall
parentf88da816456af4c2516c678cca74a85072d8d5f1 (diff)
Remove line explaining desktop profile
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/user_interaction.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index 004d81be..b52267d9 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -580,7 +580,6 @@ def select_profile():
print(' -- The above list is a set of pre-programmed profiles. --')
print(' -- They might make it easier to install things like desktop environments. --')
- print(' -- The desktop profile will let you select a DE/WM profile, e.g gnome, kde, sway --')
print(' -- (Leave blank and hit enter to skip this step and continue) --')
selected_profile = generic_select(actual_profiles_raw, 'Enter a pre-programmed profile name if you want to install one: ', options_output=False)