updated wih testing

This commit is contained in:
terem42
2023-10-04 15:17:12 +02:00
parent 723c6f2da7
commit 2dec11acb3

View File

@@ -710,8 +710,8 @@ chroot_execute "rm -f /etc/localtime /etc/timezone"
chroot_execute "dpkg-reconfigure tzdata -f noninteractive"
echo "======= installing latest kernel============="
chroot_execute "apt install --yes linux-image${v_kernel_variant}-amd64 linux-headers${v_kernel_variant}-amd64 dpkg-dev linux-headers-generic linux-image-generic systemd-resolved"
chroot_execute "systemctl enable systemd-resolved.service"
chroot_execute "apt install --yes linux-image${v_kernel_variant}-amd64 linux-headers${v_kernel_variant}-amd64 dpkg-dev linux-headers-generic linux-image-generic"
#chroot_execute "systemctl enable systemd-resolved.service"
echo "======= installing aux packages =========="
chroot_execute "apt install --yes man wget curl software-properties-common nano htop gnupg"