PKG users enroll in the browser at /enroll (or via the menu bar icon), not through CLI install steps. Shorten welcome and conclusion panes and drop path inventories, MDM notes, and admin CLI setup. Signed-off-by: Ludovic Vielle <ludovic@probo.com>
35 lines
991 B
HTML
35 lines
991 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Probo Device Posture Agent</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
color: #1d1d1f;
|
|
margin: 24px;
|
|
line-height: 1.45;
|
|
}
|
|
h1 { font-size: 18px; margin-bottom: 6px; }
|
|
@media (prefers-color-scheme: dark) {
|
|
body { color: #f5f5f7; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to the Probo Device Posture Agent</h1>
|
|
<p>
|
|
This installer adds the Probo agent and menu bar helper to your Mac.
|
|
After you enroll, it reports device posture — disk encryption,
|
|
screen lock, firewall, OS version, and similar signals — to your
|
|
Probo workspace.
|
|
</p>
|
|
|
|
<p>
|
|
Click <strong>Continue</strong> to review the license, then
|
|
<strong>Install</strong>.
|
|
</p>
|
|
</body>
|
|
</html>
|