MacOS install #18
MacOS install
#18
|
I tried to follow the "Quick Start (Zero Dependencies)" but it is just not happening.
|
Answered by
aa956
Apr 21, 2026
Replies: 2 comments
|
Interesting. Do not have a mac myself, but quick web search showed this: https://www.reddit.com/r/mac/comments/1kfb168/apple_could_not_verify_is_free_of_malware_that/ Looks like you'll have to run in Terminal: $ xattr -d com.apple.quarantine /correct/location/of/the/downloaded/lateThis should delete extended attribute named "com.apple.quarantine" from the file "/correct/location/of/the/downloaded/late". |
0 replies
Answer selected by
414YogaDog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Interesting. Do not have a mac myself, but quick web search showed this:
https://www.reddit.com/r/mac/comments/1kfb168/apple_could_not_verify_is_free_of_malware_that/
Looks like you'll have to run in Terminal:
$ xattr -d com.apple.quarantine /correct/location/of/the/downloaded/lateThis should delete extended attribute named "com.apple.quarantine" from the file "/correct/location/of/the/downloaded/late".