Merge pull request #201 from dylanmtaylor/patch-8

Noticed that some KDE instances weren't changed to i3 when copying
This commit is contained in:
Anton Hvornum 2021-04-06 17:35:23 +00:00 committed by GitHub
commit 6c64c45fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
# KDE requires a functioning Xorg installation.
# i3 requires a functioning Xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):

View File

@ -8,7 +8,7 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
# KDE requires a functioning Xorg installation.
# i3 requires a functioning Xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):