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
6. Run as a nonroot user to install required dependencies:
120
+
121
+
1. Run as a nonroot user to install required dependencies:
122
122
123
123
```bash
124
124
./mde_support_tool.sh
125
125
```
126
+
127
+
1. When you download files on macOS, it automatically adds a new extended attribut called com.apple.quarantine which is scanned by Gatekeeper. Before running, you will want to remove this extended attribute:
128
+
129
+
130
+
```bash
131
+
xattr -c MDESupportTools
132
+
```
133
+
134
+
Otherwise you might get the following warning:
135
+
136
+
"You might get a "MDESupportTool" Not Opened
137
+
138
+
Apple could not verify "MDESupportTool" is free of malware that may harm your Mac or compromise your privacy"
126
139
127
140
1. To collect actual diagnostic package and generate the result archive file, run again as root:
0 commit comments