This commit is contained in:
terem42
2023-04-21 21:01:58 +02:00
parent b5e171465a
commit 8dc0acdfe8
2 changed files with 15 additions and 9 deletions

View File

@@ -697,7 +697,7 @@ chroot_execute "rm -f /etc/localtime /etc/timezone"
chroot_execute "dpkg-reconfigure tzdata -f noninteractive "
echo "======= installing latest kernel============="
chroot_execute "apt install --yes -t buster-backports linux-image${v_kernel_variant}-amd64 linux-headers${v_kernel_variant}-amd64"
chroot_execute "apt install --yes -t buster-backports linux-image${v_kernel_variant} linux-headers${v_kernel_variant}"
echo "======= installing aux packages =========="
chroot_execute "apt install --yes man wget curl software-properties-common nano htop gnupg"