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 \