Compare commits
3 commits
3ad3f05a75
...
127f63e836
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
127f63e836 | ||
|
|
5c489d9117 | ||
|
|
db639b82f6 |
1 changed files with 12 additions and 2 deletions
|
|
@ -237,10 +237,8 @@ install_logiciels() {
|
|||
echo -e "==> Installation des programmes complémentaires\n"
|
||||
apt install -y \
|
||||
backintime-qt \
|
||||
brasero \
|
||||
cheese \
|
||||
fonts-cantarell fonts-linuxlibertine \
|
||||
keepassxc \
|
||||
nemo-image-converter \
|
||||
pdfarranger \
|
||||
verbiste-gnome \
|
||||
|
|
@ -251,8 +249,20 @@ install_logiciels() {
|
|||
numlockx \
|
||||
hunspell-fr \
|
||||
mint-meta-codecs \
|
||||
tesseract-ocr tesseract-ocr-fra \
|
||||
shotwell \
|
||||
puddletag \
|
||||
stacer \
|
||||
|| 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"
|
||||
apt install -y language-selector-common
|
||||
|
|
|
|||
Loading…
Reference in a new issue