Remove line explaining desktop profile

This commit is contained in:
Dylan Taylor 2021-06-02 16:56:39 -04:00
parent f88da81645
commit 81269b972c
1 changed files with 0 additions and 1 deletions

View File

@ -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)