Update get_cpu_arch.sh

This commit is contained in:
wnlen
2026-03-17 01:06:15 +08:00
parent 2255f065be
commit e21f7428b5

View File

@ -47,4 +47,5 @@ else
exitWithError "Unsupported Linux distribution" exitWithError "Unsupported Linux distribution"
fi fi
info "CPU architecture: $CpuArch" log_info() { echo "[INFO] $*"; }
log_info "CPU architecture: $CpuArch"