-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check_for_opencore false positive #18763
Comments
Can you suggest files we should check for instead? |
Taken from Neofetch[^1]. Fixes #18763. [^1]: https://github.com/dylanaraps/neofetch/blob/ccd5d9f52609bbdcd5d8fa78c4fdb0f12954125f/neofetch#L1260-L1261
Taken from Neofetch[^1]. Fixes #18763. [^1]: https://github.com/dylanaraps/neofetch/blob/ccd5d9f52609bbdcd5d8fa78c4fdb0f12954125f/neofetch#L1260-L1261
Maybe NVRAM check for bootloader? Though would need someone with OpenCore to check how reliable (EDIT: and maybe won't work for older Mac that don't use NVRAM? Looks like OpenCore should emulate it and probably missing command on non-patched systems) https://dortania.github.io/OpenCore-Legacy-Patcher/UPDATE.html#checking-oclp-and-opencore-versions |
I was thinking the same: #18765
Can @EricFromCanada perhaps confirm on your OpenCore enabled device(s)? |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Newly added check_for_opencore check is falsely reporting that i've installed macOS using OpenCore Legacy Patcher.
I have not, but I do have OpenCore Legacy patcher installed for purpose of making bootable usb.
The check is wrong IMHO - it just checks for existance of those two files:
/Library/Application Support/Dortania/OpenCore-Patcher.app
/Library/PrivilegedHelperTools/com.dortania.opencore-legacy-patcher.privileged-helper
What happened (include all command output)?
The warning showed up.
What did you expect to happen?
No warning about OpenCore Legacy patcher.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: