Un1q32 / pfetch

🐧 A pretty system information tool written in POSIX sh.
MIT License
30 stars 9 forks source link

not showing correct macos version #16

Closed k2662 closed 6 months ago

k2662 commented 6 months ago

The plist file doesn't always show the correct version and the only way I can seem to get it to display the correct version is to use

mac_version=$(sw_vers -productVersion)

otherwise it shows 10.16 which is Big Sur, but i'm on MacOS Ventura (13.6.6). I made the fix here: https://github.com/k2662/pfetch

Un1q32 commented 6 months ago

Try the latest commit

k2662 commented 6 months ago

Try the latest commit

Thank you! That fixed it