Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-04-28 11:13:16 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-04-28 11:13:16 -0400
commit23a9e9f69a76adb1015ab80ea84ffdae86cefb09 (patch)
treebaa27c19443b0c29743c02b641606cefa65c58e4 /profiles
parent2d4326b6c5dd117094dd68f533bb15e997ae1571 (diff)
Change how i3 configurations are installed
Diffstat (limited to 'profiles')
-rw-r--r--profiles/i3.py3
1 files changed, 1 insertions, 2 deletions
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