Apps installation library

The installation library provides guidance for application installations, including a section under construction for assistance with installation guides and a specific installation script for SentinelOne.

1 min read
ℹ️
This section is under construction. Please let us know if you need help installing any applications and we'll add installation guides here.

Security Agents

SentinelOne Installation

#!/bin/sh
dir_path=$(dirname "$INSTALLER_PATH")
echo "votre_jeton_ici" > "$dir_path/com.sentinelone.registration-token"
installer -pkg "$INSTALLER_PATH" -target /Applications

Did this answer your question?