index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | profiles/i3.py | 2 |
diff --git a/profiles/i3.py b/profiles/i3.py index 9ab5f88d..09532707 100644 --- a/profiles/i3.py +++ b/profiles/i3.py @@ -59,5 +59,5 @@ if __name__ == 'i3': installation.enable_service('lightdm') # install the i3 group now - i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration']) + i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration']) i3.install() |