From 2fc2f7ca347cc724ffa27eb49ff12128261dfae4 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 Mar 2023 06:40:25 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 9e103ae..45fb036 100644 --- a/install.sh +++ b/install.sh @@ -29,6 +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 +mkdir -p /etc/dconf/profile +touch /etc/dconf/profile/user DCONF_PROFILE=/etc/dconf/profile/user sed -i '1i service-db:keyfile/user' /etc/dconf/profile/user