Add kernel version (#4613)

This commit is contained in:
Gaspard Jacobson
2025-05-23 18:35:23 +02:00
committed by GitHub
parent 8f4473737e
commit 5fc8473fa0

View File

@@ -45,6 +45,11 @@ display_info() {
echo "Checking environment information..."
echo
# Kernel version (Linux and macOS compatible)
echo "Kernel Version:"
uname -sr
echo
check_compose_version
local env_files=($(get_env_files))