Integrate cinnamon with changes on master.
This commit is contained in:
parent
5ec1e1d4f5
commit
dfec4b77fd
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
import archinstall
|
||||
|
||||
is_top_level_profile = False
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
Magic function called by the importing installer
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ def _prep_function(*args, **kwargs):
|
|||
for more input before any other installer steps start.
|
||||
"""
|
||||
|
||||
supported_desktops = ['gnome', 'kde', 'awesome', 'sway']
|
||||
supported_desktops = ['gnome', 'kde', 'awesome', 'sway', 'cinnamon']
|
||||
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
|
||||
|
||||
# Temporarily store the selected desktop profile
|
||||
|
|
|
|||
Loading…
Reference in New Issue