You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Run as a nonroot user to install required dependencies:
124
+
6. Run as a nonroot user to install required dependencies:
125
125
126
126
```bash
127
127
./mde_support_tool.sh
128
128
```
129
129
130
-
1. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
130
+
7. When you download files on macOS, it automatically adds a new extended attribute called com.apple.quarantine which is scanned by Gatekeeper. Before running, you'll want to remove this extended attribute:
131
131
132
132
```bash
133
133
xattr -c MDESupportTools
@@ -139,7 +139,7 @@ The tool currently requires Python version 3 or later to be installed on your de
139
139
140
140
Apple couldn't verify "MDESupportTool" is free of malware that might harm your Mac or compromise your privacy"
141
141
142
-
1. To collect actual diagnostic package and generate the result archive file, run again as root:
142
+
8. To collect actual diagnostic package and generate the result archive file, run again as root:
0 commit comments