From 67ae4ef5d392f00d542a2af3dd170f1241588f8c Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 22 Mar 2024 14:43:15 +0100 Subject: [PATCH] Update finish message --- buildtool.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildtool.sh b/buildtool.sh index 7f25274..325180b 100755 --- a/buildtool.sh +++ b/buildtool.sh @@ -426,4 +426,5 @@ fi # Finish message infoh "Finished kernel compilation successfully" -infoe "You can now install your kernel and kernel headers." +infoe "You can now install your kernel and kernel headers using this command:" +infoe "pacman -U \"${BUILDTOOL_CLONEDIR}/\"linux-jstm-optimized-*linux*-x86_64.pkg.tar.zst"