index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | advaithm <advaith.madhukar@gmail.com> | 2021-04-22 19:16:27 +0530 |
---|---|---|
committer | advaithm <advaith.madhukar@gmail.com> | 2021-04-22 19:16:27 +0530 |
commit | 1188303fb3415c6ef428b312453afa8edf4d5a4d (patch) | |
tree | 392dedd61c46769d59061e352413ef19e904fe21 | |
parent | 1c0c1277624aae89bf9cba6940dcc69fb152be81 (diff) |
-rw-r--r-- | profiles/xorg.py | 2 |
diff --git a/profiles/xorg.py b/profiles/xorg.py index 4d54fe79..413a6308 100644 --- a/profiles/xorg.py +++ b/profiles/xorg.py @@ -2,7 +2,7 @@ import os from archinstall import generic_select, sys_command, RequirementError - +import archinstall is_top_level_profile = True def _prep_function(*args, **kwargs): |