From fe3d868b04aef5eb5f7f962b18ef42f7c8ba4150 Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 16 May 2024 08:33:37 +0000 Subject: [PATCH] Actualiser install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 85a3ff2..240ee5b 100644 --- a/install.sh +++ b/install.sh @@ -31,8 +31,8 @@ echo "" >> /etc/hosts wget -qO- --no-check-certificate https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts >> /etc/hosts # Désactivation de l'installation automatique des paquets recommandés -echo 'APT::Install-Recommends "0";' | sudo tee /etc/apt/apt.conf.d/00norecommends -echo 'APT::Install-Suggests "0";' | sudo tee -a /etc/apt/apt.conf.d/00norecommends +echo 'APT::Install-Recommends "0";' | sudo tee /etc/apt/apt.conf.d/00norecommends > /dev/null +echo 'APT::Install-Suggests "0";' | sudo tee -a /etc/apt/apt.conf.d/00norecommends > /dev/null # noatime pour les partitions ext4 #cp /etc/fstab /etc/fstab.bck