keepassxc conseillé d'etre en flatpack
This commit is contained in:
parent
3ad3f05a75
commit
db639b82f6
1 changed files with 8 additions and 1 deletions
|
|
@ -240,7 +240,6 @@ install_logiciels() {
|
||||||
brasero \
|
brasero \
|
||||||
cheese \
|
cheese \
|
||||||
fonts-cantarell fonts-linuxlibertine \
|
fonts-cantarell fonts-linuxlibertine \
|
||||||
keepassxc \
|
|
||||||
nemo-image-converter \
|
nemo-image-converter \
|
||||||
pdfarranger \
|
pdfarranger \
|
||||||
verbiste-gnome \
|
verbiste-gnome \
|
||||||
|
|
@ -252,6 +251,14 @@ install_logiciels() {
|
||||||
hunspell-fr \
|
hunspell-fr \
|
||||||
mint-meta-codecs \
|
mint-meta-codecs \
|
||||||
|| abort "problème lors de l'installation des logiciels utilisateurs"
|
|| 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
|
# Installation de tous les paquets de langue
|
||||||
echo -e "==> Installation du support français pour les programmes déjà installés\n"
|
echo -e "==> Installation du support français pour les programmes déjà installés\n"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue