From 92e1bad570bd14a3691f94bfab312adb6e374e17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Sun, 4 Aug 2019 10:17:02 +0200 Subject: [PATCH] [util-yaml] enable OfficeChooser on Extra --- lib/util-yaml.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index f51b2c6..fcf345f 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -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