Remove cutefish from desktop.py

This commit is contained in:
JakobDev 2021-06-09 18:04:36 +02:00
parent 3059fa6953
commit 53c2452098
No known key found for this signature in database
GPG Key ID: 39DEF62C3ED6DC4C
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@ def _prep_function(*args, **kwargs):
'budgie',
'mate',
'deepin',
'enlightenment',
'cutefish'
'enlightenment'
]
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ', allow_empty_input=False, sort=True)