[util-yaml] enable OfficeChooser on Extra

This commit is contained in:
Philip Müller 2019-08-04 10:17:02 +02:00
parent a2e5200974
commit 92e1bad570

View file

@ -294,6 +294,11 @@ write_settings_conf(){
else
echo " - users" >> "$conf" && write_users_conf
fi
# WIP - OfficeChooser
if ${extra}; then
msg2 "Enabling OfficeChooser module."
echo " - officechooser" >> "$conf"
fi
if ${netinstall}; then
echo " - netinstall" >> "$conf" && write_netinstall_conf
fi