Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378
replaced a `.` with a `,` in gnome.py profile.
This commit is contained in:
parent
055b6dd905
commit
16a1a00643
|
|
@ -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