Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desktop.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 8da6269b..389198d6 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -12,8 +12,6 @@ def _prep_function(*args, **kwargs):
for more input before any other installer steps start.
"""
- __builtins__['_gfx_driver_packages'] = archinstall.lib.gfx_drivers.select_driver()
-
supported_desktops = ['gnome', 'kde', 'awesome', 'xfce4', 'cinnamon', 'i3-gaps', 'i3-wm']
desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')