apt install recommends,suggests
Some checks failed
/ job (push) Failing after 52s

This commit is contained in:
Marc Beninca 2024-04-08 10:07:37 +02:00
parent 01e0e212d4
commit 92cce10063
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

2
cd.sh
View file

@ -14,6 +14,8 @@ done
echo -n "\ echo -n "\
APT::Get::Show-Versions True; APT::Get::Show-Versions True;
APT::Install-Recommends False;
APT::Install-Suggests False;
" > '/etc/apt/apt.conf.d/apt.conf' \ " > '/etc/apt/apt.conf.d/apt.conf' \
|| exit || exit
apt-get update \ apt-get update \