aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-03-26 06:06:14 -0500
committerSlack Coder <slackcoder@server.ky>2024-03-26 06:12:43 -0500
commit892ee26a76e319a8bc972e481f83df0dfa10e97a (patch)
tree606ed620876700b4c6a1b13411d4d7afa3ab778c
parentf160fa72037c938a8fc125f5f9215508b8f6401d (diff)
downloadslack-autoupdate-892ee26a76e319a8bc972e481f83df0dfa10e97a.tar.xz
Fix comment typo
-rw-r--r--src/install-kernel2
1 files changed, 1 insertions, 1 deletions
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/')"