Skip to content

Commit

Permalink
linux: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Jul 20, 2024
1 parent f0f7486 commit cde2c84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Linux/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ def get_codename():
cfg.set('Info', 'Type', 'Intel')
elif architecture == 'Unknown':
cfg.set('Info', 'Type', 'Unknown')

else:
cfg.set('Info', 'Type', 'Amd_Apu')
with open(CONFIG_PATH, 'w') as config_file:
cfg.write(config_file)

Expand Down

0 comments on commit cde2c84

Please sign in to comment.