macOS & Linux Deployment

Make sure not to run the below update command via Infinipoint web console, since the agent is not guaranteed to start.
This command is safe to run from 3rd party tools, such as Jamf, Chef, etc.

 

Open a terminal and execute the following one-liner in order to download and install the Infinipoint client:

Deployment for macOS

Europe Environment:

Make sure to replace the parameter your-dist-id with the actual distribution ID provided by Infinipoint

Terminal installation:

curl -sLo infp_macos_latest.sh https://storage.googleapis.com/infinipoint-agent-release/infp_macos_latest.sh && sudo bash ./infp_macos_latest.sh -- -d your-dist-id

3rd party or local shell upgrade for macOS (not via the web-console)

curl -sLo infp_macos_latest.sh https://storage.googleapis.com/infinipoint-agent-release/infp_macos_latest.sh && sudo bash ./infp_macos_latest.sh -- -u1

USA Environment:

Make sure to replace the parameter your-dist-id with the actual distribution ID provided by Infinipoint

Terminal installation:

curl -sLo infp_macos_latest.sh https://storage.googleapis.com/infinipoint-prod-usa-agent-release/infp_macos_latest.sh && sudo bash ./infp_macos_latest.sh -- -d your-dist-id

3rd party or local shell upgrade for macOS (not via the web-console)

Deployment for Linux

Europe Environment:

Terminal installation:

3rd party or local shell upgrade for Linux (not via the web-console)

USA Environment:

Terminal installation:

3rd party or local shell upgrade for Linux (not via the web-console)

Linux Installation Demo

Uninstalling the Infinipoint Client

macOS

Linux