slack-autoupdate

Update your Slackware system automatically
Log | Files | Refs | README

commit 892ee26a76e319a8bc972e481f83df0dfa10e97a
parent f160fa72037c938a8fc125f5f9215508b8f6401d
Author: Slack Coder <slackcoder@server.ky>
Date:   Tue, 26 Mar 2024 06:06:14 -0500

Fix comment typo

Diffstat:
Msrc/install-kernel | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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/')"