index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 21:42:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 21:42:24 +0200 |
commit | 5bc8ca361a9742c28dda2cad2bdd5a6ba8269525 (patch) | |
tree | 0ee36a24f0bb21d872076a197b6e7ccaced4332c /profiles/i3.py | |
parent | 33ad831709fee17aee6d4eea05fc3374c833537c (diff) |
-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() |