diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 2c7206e..6a65e50 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -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