From 36d8e4b48ac95872e3cd3ab4634b7d85051c6899 Mon Sep 17 00:00:00 2001 From: wilou Date: Tue, 13 Feb 2024 10:32:56 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7bea53d..572b34b 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,8 @@ cp /usr/share/unattended-upgrades/20auto-upgrades /etc/apt/apt.conf.d/ sed -i 's/InhibitDelayMaxSec=30/InhibitDelayMaxSec=1800/g' /usr/lib/systemd/logind.conf.d/unattended-upgrades-logind-maxdelay.conf # Installation de l'environnement de bureau complet MATE, du gestinnaire d'affichage lightdm et du serveur graphique Xorg -nala install task-mate-desktop mate-desktop-environment-extras -y +# Méthode 1 : nala install task-mate-desktop task-french-desktop mate-desktop-environment-extras -y +# Méthode 2 : # Désinstallation complète de LibreOffice apt remove --purge libreoffice* -y