Merge pull request #384 from jatin-cbs/master
Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378
This commit is contained in:
commit
aa0f432726
|
|
@ -5,7 +5,7 @@ import archinstall
|
|||
is_top_level_profile = False
|
||||
|
||||
# Note: GDM should be part of the gnome group, but adding it here for clarity
|
||||
__packages__ = ["gnome". "gnome-tweaks", "gdm"]
|
||||
__packages__ = ["gnome", "gnome-tweaks", "gdm"]
|
||||
|
||||
def _prep_function(*args, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue