Skip to content

Commit

Permalink
linux: rewrite (done)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Jul 19, 2024
1 parent d3d4d04 commit a8be047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def hardware_info():
logging.info("Processor Information:")
logging.info(f" - Processor: {cfg.get('Info', 'CPU')}")
cpu_family = cfg.get('Info', 'Family')
smu_version = get_hardware_info(f"{current_dir}/Assets/ryzenadj -i | grep 'SMU BIOS Interface Version'", use_sudo=True).strip()
smu_version = get_hardware_info(f"{os.path.join(current_dir, 'Assets', 'ryzenadj')} -i | grep 'SMU BIOS Interface Version'", use_sudo=True).strip()
if cpu_family:
logging.info(f" - Codename: {cpu_family}")
if smu_version:
Expand Down

0 comments on commit a8be047

Please sign in to comment.