Merge pull request #518 from advaithm/patch-1
Make it more clear what the desktop profile does
This commit is contained in:
commit
6e6afcaa39
|
|
@ -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 will let you select a DE/WM profile, 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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue