Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/i3.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/i3.py')
-rw-r--r--profiles/i3.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/i3.py b/profiles/i3.py
index 148e591e..4d400468 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