Last active
January 5, 2020 20:52
-
-
Save patrickgill/2fce2ab141d31acd748de7ef11e0c983 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#About the SMC Firmware Updates (outdated), https://support.apple.com/en-au/HT202040 | |
sysctl hw.model | |
system_profiler SPHardwareDataType | grep -i "Version" | awk -F ':' '{print $1 $2}' | |
/usr/libexec/firmwarecheckers/eficheck/eficheck --integrity-check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment