Removed xorg requirement

This commit is contained in:
edl2 2022-01-30 22:06:36 -05:00 committed by GitHub
parent 9bc7b22f2a
commit 34e87b13ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -12,8 +12,6 @@ __packages__ = [
'lightdm-gtk-greeter',
'lightdm',
'dmenu'
]
@ -25,17 +23,6 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
# qtile requires a functioning Xorg installation.
profile = archinstall.Profile(None, 'xorg')
with profile.load_instructions(namespace='xorg.py') as imported:
if hasattr(imported, '_prep_function'):
return imported._prep_function()
else:
print('Deprecated (??): xorg profile has no _prep_function() anymore')
if __name__ == 'qtile':