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

More commit #176 issues #182

Closed dqnk closed 2 years ago

dqnk commented 2 years ago

What exactly do the 3 commented lines at 980 have to do with OEM information and why are they commented out? Isn't this just information for android?

//model_fp = popen("getprop ro.product.model", "r");
//while (fgets(buffer, sizeof(buffer), model_fp) && !sscanf(buffer, "%[^\n]", user_info.model))
//  ;
ad-oliviero commented 2 years ago

Yes it is for android (and here's why MOWODEL on android wasn't working)