index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-18 09:10:24 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-05-18 09:36:22 -0400 |
commit | da0da729c5f3ef0aaf832229901dda221de654ab (patch) | |
tree | 5350a481808ad376400eb9fe2baa36b9e70abe30 /profiles/i3.py | |
parent | 9bf71da867554f956d370694eb32b6392e352a06 (diff) |
-rw-r--r-- | profiles/i3.py | 2 |
diff --git a/profiles/i3.py b/profiles/i3.py index b26745a1..39977b28 100644 --- a/profiles/i3.py +++ b/profiles/i3.py @@ -62,7 +62,7 @@ if __name__ == 'i3': # Install dependency profiles archinstall.storage['installation_session'].install_profile('xorg') - # gaps is installed by deafult so we are overriding it here with lightdm + # gaps is installed by default so we are overriding it here with lightdm archinstall.storage['installation_session'].add_additional_packages(__packages__[4:]) # Auto start lightdm for all users |