diff --git a/preseed_debian_12_standard_ssh.txt b/preseed_debian_12_standard_ssh.txt index 10aca17..8f84b86 100644 --- a/preseed_debian_12_standard_ssh.txt +++ b/preseed_debian_12_standard_ssh.txt @@ -32,6 +32,13 @@ d-i apt-setup/cdrom/set-first boolean false tasksel tasksel/first multiselect minimal d-i pkgsel/include string openssh-server +d-i pkgsel/include string \ + vim \ + wget \ + curl \ + git \ + htop \ + ### Boot loader installation d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true