Skip to content

Commit

Permalink
fix: macOS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
galex505 committed Jul 29, 2024
1 parent 5516536 commit 31124d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions administration/agent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,16 @@ To install the agent on macOS, you can just run the PKG file or execute the foll

.. code-block:: console
MacBook-Pro:~ nextron$ sudo installer -pkg /home/nextron/Downloads/asgard2-agent-macos-amd64.pkg -target /
MacBook-Pro:~ nextron$ sudo installer -pkg /home/nextron/Downloads/asgard2-agent-macos-arm64.pkg -target /
Starting with macOS Big Sur (v11.0), Apple requires software developers
to notarize applications. Our ``asgard2-agent`` installer is notarized.

You can test this by exectuing the follow commands in terminal:
You can test it by executing the following command in Terminal:

.. code-block:: console
MacBook-Pro:~ nextron$ pkgutil --check-signature /home/nextron/Downloads/asgard2-agent-macos-amd64.pkg
MacBook-Pro:~ nextron$ pkgutil --check-signature /home/nextron/Downloads/asgard2-agent-macos-arm64.pkg
Package "asgard2-agent-macos-arm64.pkg":
Status: signed by a developer certificate issued by Apple for distribution
Notarization: trusted by the Apple notary service
Expand Down Expand Up @@ -139,4 +139,4 @@ If you need to grant Full Disk Access via MDM, please have a look at the chapter
with THOR scans via ASGARD on macOS, please check if the ``Full Disk
Access`` permission for the ASGARD agent was granted. Since macOS Mojave
(v10.14), you need to grant the same permissions to removable volumes,
if you plan on scanning those.
if you plan on scanning those.

0 comments on commit 31124d6

Please sign in to comment.