From 892ee26a76e319a8bc972e481f83df0dfa10e97a Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 26 Mar 2024 06:06:14 -0500 Subject: Fix comment typo --- src/install-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install-kernel b/src/install-kernel index 64c9ee5..f3d4ef3 100644 --- a/src/install-kernel +++ b/src/install-kernel @@ -3,7 +3,7 @@ # System local command to install the kernel into the system boot loader. # -# The /boot/vmlinuz-huge softlink points to the last installed kernel. +# The /boot/vmlinuz softlink points to the last installed kernel. KERNEL_VERSION="$(realpath /boot/vmlinuz | sed 's/.*\/.*-\(.*\)/\1/')" if [ "$1" ]; then KERNEL_VERSION="$(echo "$1" | sed 's/.*\/.*-\(.*\)/\1/')" -- cgit v1.2.3