index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 21:42:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 21:42:37 +0200 |
commit | 495cd0d5cbcb5a3d882cb1e5bc7a0810cb33f619 (patch) | |
tree | f02c6e5e0dc1463791c3fae59209b838a875bc9c /profiles | |
parent | 5bc8ca361a9742c28dda2cad2bdd5a6ba8269525 (diff) |
-rw-r--r-- | profiles/i3.py | 2 |
diff --git a/profiles/i3.py b/profiles/i3.py index 09532707..bc6dc2ca 100644 --- a/profiles/i3.py +++ b/profiles/i3.py @@ -60,4 +60,4 @@ if __name__ == 'i3': # install the i3 group now i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration']) - i3.install() + i3.install() |