superops_agent_uninstall_macos_alt_path.sh - limehawk/rmm-scripts GitHub Wiki

superops_agent_uninstall_macos_alt_path.sh

Uninstalls the SuperOps agent from macOS using an alternate installation path.

Overview

Uninstalls the SuperOps agent from macOS systems by executing the agent's built-in uninstall script from an alternate path.

Purpose

Uninstalls the SuperOps agent from macOS systems by executing the agent's built-in uninstall script from an alternate path.

Prerequisites

  • The uninstall script must exist at the specified path
  • The user running the script must have sudo privileges

Configuration

Required Inputs

  • None

Settings

  • None

Behavior

  • Executes the uninstall script with sudo privileges

Security Notes

  • This script runs with sudo privileges and will remove software from the system

Exit Codes

  • 0: Success
  • 1: Failure

Example Output

[ OPERATION ]
Attempting to uninstall SuperOps agent from alternate path...
[ FINAL STATUS ]
SuperOps agent uninstallation from alternate path completed.

Version History

  • v1.0.0 (2025-11-02) - Initial version, extracted from SuperOps

Links