index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-29 12:11:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 12:11:23 -0400 |
commit | cef3a3a792a492fa91e464c8dd6d9323546e4e8d (patch) | |
tree | 1571c669cc4bcb4bb9c4582c30a8f3f426bb6dce | |
parent | a739326be471d1fc8738d3f229e45d7b4f93f0cf (diff) |
-rw-r--r-- | profiles/i3.py | 2 |
diff --git a/profiles/i3.py b/profiles/i3.py index 4d400468..e2db5fc7 100644 --- a/profiles/i3.py +++ b/profiles/i3.py @@ -60,4 +60,4 @@ if __name__ == 'i3': installation.enable_service('lightdm') # install the i3 group now - installation.add_additional_packages(installation, archinstall.storage['_i3_configuration'])
\ No newline at end of file + installation.add_additional_packages(archinstall.storage['_i3_configuration']) |