From 181680b25038be1989e57057116218f4aa3f7d56 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 1 Mar 2024 15:25:33 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 64c0b7f..0aefdc1 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ cp /etc/fstab /etc/fstab.bck awk '!/^#/ && ($3 != "swap") && ($2 != "/media/cdrom0") { if(!match(/noatime/, $4)) $4=$4",noatime" } 1' /etc/fstab > /etc/fstab.tmp mv /etc/fstab.tmp /etc/fstab -# Add the following entries to the /etc/apt/apt.conf configuration file: +# Désactivation de l'installation automatique des paquets recommandés cat > /etc/apt/apt.conf.d/00pas-de-recommends <