Merge pull request #441 from dylanmtaylor/patch-10

Fix deepin; missing lightdm packages
This commit is contained in:
Anton Hvornum 2021-05-15 09:47:36 +00:00 committed by GitHub
commit 631a94c89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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