687
edits
Changes
no edit summary
apt update && apt -y upgrade
reboot
== Do not install recommended and suggested packages ==
cat >/etc/apt/apt.conf.d/50norecommends <<EOT
APT::Install-Recommends "false";
APT::Install-Suggests "false";
EOT
== Create a user ==