This commit is contained in:
Marcus 2023-05-03 00:50:49 +02:00
parent 6b43b59bc0
commit d89b01f5f6
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ message "KERNEL_VER=${YELLOW}${KERNEL_VER}${ENDCOLOR}"
message "apt --download linux-image and grub packages to have them in cache for installation by user"
apt -d --reinstall install \
linux-image-amd64 \
$KERNEL_VER \
linux-image-$KERNEL_VER \
grub-pc grub-pc-bin \
grub-common \
grub2-common \