ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
737 stars 48 forks source link

[FIX] Motherboard/model name being overwritten #174

Closed dqnk closed 2 years ago

dqnk commented 2 years ago
dqnk commented 2 years ago

An alternative solution might be to delete lines from 709 to 714. Not sure why host model version at line 760 was being stored in the same spot as host model at 709.

ad-oliviero commented 2 years ago

please decide on how the model version should be printed

"HOWOST" will be printed as "MOWODEL" and hopefully its meaning will be more clear.

no reason to use amogos flag when testing in make debug

I forgot again to remove temporary debug options

Not sure why host model version at line 760 was being stored in the same spot as host model at 709.

I tried to read those lines and didn't understand them. I am sorry that the code is not easily readable and I'm planning to rewrite some variable names and add comments. This will take some time, but I'll do it.