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