Change how i3 configurations are installed
This commit is contained in:
parent
2d4326b6c5
commit
23a9e9f69a
|
|
@ -60,5 +60,4 @@ if __name__ == 'i3':
|
||||||
installation.enable_service('lightdm')
|
installation.enable_service('lightdm')
|
||||||
|
|
||||||
# install the i3 group now
|
# install the i3 group now
|
||||||
i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration'])
|
installation.add_additional_packages(installation, archinstall.storage['_i3_configuration'])
|
||||||
i3.install()
|
|
||||||
Loading…
Reference in New Issue