diff --git a/stack.sh b/stack.sh index 9069367fa0..79f8fa3a7f 100755 --- a/stack.sh +++ b/stack.sh @@ -89,6 +89,9 @@ if [[ $EUID -eq 0 ]]; then exit 1 fi +# Print the kernel version +uname -a + # Prepare the environment # -----------------------