MACOS Package Installation

Installation of MACOS

Installation Steps

Follow these steps to install the MACOS package:

  1. Download the Package

    • Visit the portal https://console.blusapphire.com and download the MACOS package.

  1. Extract the Package

  • Locate the downloaded file and move it to the C:/ Folder.

  • Right click on the Folder and click on "New Terminal Tab at Folder".

  • It will navigate to the Terminal.

Package Folder
Terminal login page
  1. Execute the Command

  • In the terminal, run the following command:

    chmod +x ./install.sh
User Add
  1. Execute the Installation Command

  • In the terminal, run the following command:

    sudo ./install.sh

Enter the System Password (password will not visible, just type in and press enter)

  • Note: You will need sudo access to execute this command. Make sure you have the necessary permissions.

Package Installation
  1. Verify the Installation

  • After installation is complete, verify that the installation was successful by running the following command:

    $ sudo launchctl list | grep com.blusapphire
Services Runing Status

Last updated