From db639b82f67d197a7a32fb07c9a3c87cb2aec803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 27 Mar 2026 00:44:06 +0100 Subject: [PATCH] =?UTF-8?q?keepassxc=20conseill=C3=A9=20d'etre=20en=20flat?= =?UTF-8?q?pack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/linux/linux-mint/install.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/code/linux/linux-mint/install.sh b/code/linux/linux-mint/install.sh index 3740fa4..494efc5 100644 --- a/code/linux/linux-mint/install.sh +++ b/code/linux/linux-mint/install.sh @@ -240,7 +240,6 @@ install_logiciels() { brasero \ cheese \ fonts-cantarell fonts-linuxlibertine \ - keepassxc \ nemo-image-converter \ pdfarranger \ verbiste-gnome \ @@ -252,6 +251,14 @@ install_logiciels() { hunspell-fr \ mint-meta-codecs \ || abort "problème lors de l'installation des logiciels utilisateurs" + + + # Ajout du dépôt au niveau système (accessible à tous) + flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo + # Installation au niveau système de KeePassXC + flatpak install -y flathub org.keepassxc.KeePassXC + flatpak install -y flathub com.github.tchx84.Flatseal + # Installation de tous les paquets de langue echo -e "==> Installation du support français pour les programmes déjà installés\n"