index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-05-15 00:00:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 00:00:23 -0400 |
commit | b07320aec4e5edceed4ab3b5895648ef9f7ba938 (patch) | |
tree | 36a7078e3ecdf5fe3aa392eff326131a2cc16ef1 /profiles/deepin.py | |
parent | 9467a7cd77e3319049032a5bfa005a0515d64c4e (diff) |
-rw-r--r-- | profiles/deepin.py | 2 |
diff --git a/profiles/deepin.py b/profiles/deepin.py index 47fbe13f..757597f3 100644 --- a/profiles/deepin.py +++ b/profiles/deepin.py @@ -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): """ |