forked from Mirror/pmbootstrap
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:
parent
d38589a121
commit
c0937a52dc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue