Update i3.py

This commit is contained in:
Anton Hvornum 2021-04-09 21:42:24 +02:00 committed by GitHub
parent 33ad831709
commit 5bc8ca361a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ if __name__ == 'i3':
installation.enable_service('lightdm')
# install the i3 group now
i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration'])
i3 = archinstall.Application(installation, archinstall.storage['_i3_configuration'])
i3.install()