mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 01:04:08 +08:00
apt: don't install recommended or suggested packages
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
APT::Install-Suggests “0”;
|
||||
APT::Install-Recommends “0”;
|
||||
|
||||
APT::Install {
|
||||
Pre-Invoke { "/usr/comma/apt_setup.sh"; };
|
||||
Post-Invoke { "/usr/comma/apt_teardown.sh"; };
|
||||
|
||||
Reference in New Issue
Block a user