[util-yaml] use packagechooser

This commit is contained in:
Philip Müller 2019-09-02 11:50:34 -04:00
parent 6fe92d320e
commit 8e37a24ac8

View file

@ -296,8 +296,8 @@ write_settings_conf(){
fi
# WIP - OfficeChooser
if ${extra}; then
msg2 "Enabling OfficeChooser module."
echo " - officechooser" >> "$conf"
msg2 "Enabling PackageChooser module."
echo " - packagechooser" >> "$conf"
fi
if ${netinstall}; then
echo " - netinstall" >> "$conf" && write_netinstall_conf