config.init: allow using pmb_select in pmos-base-ui

Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20231122081214.11872-3-clayton@craftyguy.net%3E
This commit is contained in:
Clayton Craft 2023-11-22 00:06:02 -08:00 committed by Oliver Smith
parent d38589a121
commit c0937a52dc
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -709,6 +709,7 @@ def frontend(args):
cfg["pmbootstrap"]["user"] = ask_for_username(args)
ask_for_provider_select_pkg(args, "postmarketos-base", cfg["providers"])
ask_for_provider_select_pkg(args, "postmarketos-base-ui", cfg["providers"])
# UI and various build options
ui = ask_for_ui(args, info)