Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-05-27 13:50:32 +0200
committerGitHub <noreply@github.com>2021-05-27 13:50:32 +0200
commite6e2783b40ef105220441b3fa0e0a7fcecb90f9c (patch)
tree65f3bb58b0ddc736dab7a603cccbcfce506e2f63
parent6e6afcaa39f72f49290d468fd56c9fbe4ad43f27 (diff)
parent712d29962711cafe17d41cbf24555884fb206a0b (diff)
Merge pull request #519 from dylanmtaylor/patch-2
Change ordering of example profiles
-rw-r--r--archinstall/lib/user_interaction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py
index 4e54a065..79919658 100644
--- a/archinstall/lib/user_interaction.py
+++ b/archinstall/lib/user_interaction.py
@@ -579,7 +579,7 @@ 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 sway,kde plasma and gnome --')
+ 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)