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
@@ -84,7 +86,7 @@ export function DeviceAgentAccordionItem({
84
86
? 'Comp AI Agent-1.0.0-arm64.dmg'
85
87
: 'Comp AI Agent-1.0.0-intel.dmg';
86
88
}else{
87
-
a.download='compai-device-agent.zip';
89
+
a.download='Comp AI Agent 1.0.0.exe';
88
90
}
89
91
90
92
document.body.appendChild(a);
@@ -189,35 +191,13 @@ export function DeviceAgentAccordionItem({
189
191
</Button>
190
192
</div>
191
193
</li>
192
-
{!isMacOS&&(
193
-
<li>
194
-
<strong>Run the "Install Me First" file</strong>
195
-
<pclassName="mt-1">
196
-
After extracting the downloaded zip file, locate and run the "Install Me
197
-
First" file to prepare your system.
198
-
</p>
199
-
</li>
200
-
)}
201
194
<li>
202
-
<strong>
203
-
{isMacOS
204
-
? 'Install the Comp AI Device Agent'
205
-
: 'Run the Comp AI Device Agent installer'}
206
-
</strong>
195
+
<strong>Install the Comp AI Device Agent</strong>
207
196
<pclassName="mt-1">
208
197
{isMacOS
209
198
? 'Double-click the downloaded DMG file and follow the installation instructions.'
210
-
: 'Follow the installation wizard steps. When you reach the introduction screen (as shown below), click "Continue" to proceed through the installation.'}
199
+
: 'Double-click the downloaded EXE file and follow the installation instructions.'}
211
200
</p>
212
-
{!isMacOS&&(
213
-
<Image
214
-
src="/osquery-agent.jpeg"
215
-
alt="Fleet osquery installer introduction screen"
216
-
width={600}
217
-
height={400}
218
-
className="mt-2 rounded-xs border"
219
-
/>
220
-
)}
221
201
</li>
222
202
{isMacOS ? (
223
203
<li>
@@ -283,7 +263,9 @@ export function DeviceAgentAccordionItem({
0 commit comments