diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py index 9fab1c01..1ee9a179 100644 --- a/auto_cpufreq/core.py +++ b/auto_cpufreq/core.py @@ -1072,7 +1072,7 @@ def sysinfo(): print(f"Processor:{model_name}") # get core count - total_cpu_count = int(getoutput("nproc --all")) + total_cpu_count = int(getoutput("nproc")) print("Cores:", total_cpu_count) # get architecture