index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-14 18:35:40 +0200 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-05-14 18:35:40 +0200 |
commit | 6e898217eec4d287cb8d8ee4f70720fed6f6b4c7 (patch) | |
tree | 510ddc1ad4d138dd86eff976a38ed1cd7e8a8583 /profiles/budgie.py | |
parent | 12dc55650d78dc41bbc0ab7013baa7b3ce61ec7c (diff) | |
parent | d0676dfa3daf4f25fad01943fd22b8e3df42e7fb (diff) |
-rw-r--r-- | profiles/budgie.py | 6 |
diff --git a/profiles/budgie.py b/profiles/budgie.py index fc061cd2..dbbd3a9d 100644 --- a/profiles/budgie.py +++ b/profiles/budgie.py @@ -28,9 +28,9 @@ def _prep_function(*args, **kwargs): # or through conventional import budgie if __name__ == 'budgie': # Install dependency profiles - installation.install_profile('xorg') + archinstall.storage['installation_session'].install_profile('xorg') # Install the Budgie packages - installation.add_additional_packages(__packages__) + archinstall.storage['installation_session'].add_additional_packages(__packages__) - installation.enable_service('lightdm') # Light Display Manager + archinstall.storage['installation_session'].enable_service('lightdm') # Light Display Manager |