Noticed that some KDE instances weren't changed to i3 when copying

Another one
This commit is contained in:
Dylan M. Taylor 2021-04-06 13:27:00 -04:00 committed by Dylan Taylor
parent 8c5af80c93
commit e3ea46ce5c
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'):