Make it more clear what the desktop profile does

This commit is contained in:
nullrequest 2021-05-27 09:34:55 +05:30 committed by GitHub
parent 3bf12ffe1e
commit c3b703bc2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +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 contains a list of profiles for DEs/WMs, e.g sway,kde plasma and gnome --')
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)