From d89b01f5f6a1e3190d951e90d0c05e2c617f29ba Mon Sep 17 00:00:00 2001 From: Marcus Date: Wed, 3 May 2023 00:50:49 +0200 Subject: [PATCH] typo --- templates/install_base.tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/install_base.tpl.sh b/templates/install_base.tpl.sh index 9560ade..1be11b1 100644 --- a/templates/install_base.tpl.sh +++ b/templates/install_base.tpl.sh @@ -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 \