From 92cce10063309346592943b8f066cd4eabd5a968 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 8 Apr 2024 10:07:37 +0200 Subject: [PATCH] apt install recommends,suggests --- cd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cd.sh b/cd.sh index df3816b..d4dbbfe 100644 --- a/cd.sh +++ b/cd.sh @@ -14,6 +14,8 @@ done echo -n "\ APT::Get::Show-Versions True; +APT::Install-Recommends False; +APT::Install-Suggests False; " > '/etc/apt/apt.conf.d/apt.conf' \ || exit apt-get update \