From 9735bae6d03b9b76558040c66c7815a197e0b785 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 Mar 2023 06:30:23 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3b0863c..9e103ae 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,8 @@ hostnamectl set-hostname $machinename sed -i '1i 127.0.0.1\t'$machinename /etc/hosts # Configuration du profil dconf de l'utilisateur pour synchroniser les paramètres via un fichier texte -#sed -i '1i service-db:keyfile/user' ? +DCONF_PROFILE=/etc/dconf/profile/user +sed -i '1i service-db:keyfile/user' /etc/dconf/profile/user # noatime cp /etc/fstab /etc/fstab.bck