Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 493 Bytes

GenSMBIOS

Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist.


To install:

Do the following one line at a time in Terminal:

git clone https://github.com/corpnewt/GenSMBIOS
cd GenSMBIOS
chmod +x GenSMBIOS.command

Then run with either ./GenSMBIOS.command or by double-clicking GenSMBIOS.command


Thanks to:

  • acidanthera and crew for the macserial application