added more verbose error message if kernel header is not found

This commit is contained in:
2026-05-23 15:34:12 +02:00
parent db7afc24f1
commit 932ccd767a
+1 -1
View File
@@ -7,7 +7,7 @@ if [[ -f "$OUTPUT" ]]; then
fi
if [[ ! -f $SOURCE ]]; then
echo "[!] ${SOURCE} not found!!"
echo "[!] ${SOURCE} not found, are the kernel headers installed?"
exit 1;
fi