index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-28 11:13:16 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-28 11:13:16 -0400 |
commit | 23a9e9f69a76adb1015ab80ea84ffdae86cefb09 (patch) | |
tree | baa27c19443b0c29743c02b641606cefa65c58e4 | |
parent | 2d4326b6c5dd117094dd68f533bb15e997ae1571 (diff) |
-rw-r--r-- | profiles/i3.py | 3 |
diff --git a/profiles/i3.py b/profiles/i3.py index b82c03d6..f071714a 100644 --- a/profiles/i3.py +++ b/profiles/i3.py @@ -60,5 +60,4 @@ if __name__ == 'i3': installation.enable_service('lightdm') # install the i3 group now - i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration']) - i3.install() + installation.add_additional_packages(installation, archinstall.storage['_i3_configuration'])
\ No newline at end of file |