Add info on currently running kernel (#9388)

This commit is contained in:
Slaviša Arežina 2025-11-23 20:26:58 +01:00 committed by GitHub
parent 7ac9023a57
commit 6bcf8b3097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ if [ -z "$available_kernels" ]; then
exit 0
fi
echo -e "${GN}Currently running kernel: ${current_kernel}${CL}"
echo -e "${YW}Available kernels for removal:${CL}"
echo "$available_kernels" | nl -w 2 -s '. '