687
edits
Changes
→Do not install recommended and suggested packages
== Do not install recommended and suggested packages ==
cat <<EOT >/etc/apt/apt.conf.d/50norecommends <<EOT
APT::Install-Recommends "false";
APT::Install-Suggests "false";
EOT
== Create a user ==