From e6c6edc8a4711198bd6bb4ceb757f377d43b90e0 Mon Sep 17 00:00:00 2001 From: levasseur Date: Mon, 6 Dec 2021 17:39:22 +0100 Subject: [PATCH] conf: fixed wrong module name --- conf/init.conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.conf.sh b/conf/init.conf.sh index 81b5dde..0ef6cdd 100644 --- a/conf/init.conf.sh +++ b/conf/init.conf.sh @@ -84,4 +84,4 @@ VM_NAME=vm-levasseur # Liste des modules à executer (surchargeable en ligne de commande) MODULE_LIST="conf_ntp upgrade_dist authnz conf_disks conf_locale conf_ssh \ conf_mail install_desktop install_pkg install_chromium \ - selct_system_proxy install_profile" + select_system_proxy install_profile"