Fix deepin; missing lightdm packages
This commit is contained in:
parent
9467a7cd77
commit
b07320aec4
|
|
@ -4,7 +4,7 @@ import archinstall, os
|
|||
|
||||
is_top_level_profile = False
|
||||
|
||||
__packages__ = ["deepin", "deepin-terminal", "deepin-editor"]
|
||||
__packages__ = ["deepin", "deepin-terminal", "deepin-editor", "lightdm", "lightdm-gtk-greeter"]
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue