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 <