diff --git a/install.sh b/install.sh index 3d63241..d9099cb 100644 --- a/install.sh +++ b/install.sh @@ -29,12 +29,6 @@ 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 -# Désactivation de l'installation automatique des paquets recommandés -cat > /etc/apt/apt.conf.d/00pas-de-recommends <