Add --no-install-recommends to apt

This commit is contained in:
jpic 2020-01-31 19:26:55 +01:00
parent 7544d43dbc
commit 66a0d6fcef

View File

@ -12,7 +12,7 @@ class Packages:
apt=dict(
update='sudo apt-get -y update',
upgrade='sudo apt-get -y upgrade',
install='sudo apt-get -y install',
install='sudo apt-get -y --no-install-recommends install',
),
dnf=dict(
update='sudo dnf update',