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
+
```bash
130
+
xattr -c MDESupportTools
131
+
```
132
+
133
+
Otherwise you might get the following warning:
134
+
135
+
"You might get a "MDESupportTool" Not Opened
136
+
137
+
Apple could not verify "MDESupportTool" is free of malware that may harm your Mac or compromise your privacy"
126
138
127
139
1. To collect actual diagnostic package and generate the result archive file, run again as root:
0 commit comments