From bf20aeb88ef70e610d9f7aadc9e8b52c555eed72 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 16 Nov 2025 18:16:08 -0700 Subject: [PATCH] Misc Doc Updates --- Borealis.ps1 | 1 + Borealis.sh | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index f921b818..b95b5a3f 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -10,6 +10,7 @@ param( [switch]$EngineTests, [switch]$EngineProduction, [switch]$EngineDev, + [Alias('enrollmentcode','Enrollmentcode')] [string]$EnrollmentCode = '' ) diff --git a/Borealis.sh b/Borealis.sh index 64750737..621284a4 100644 --- a/Borealis.sh +++ b/Borealis.sh @@ -38,7 +38,7 @@ ENROLLMENT_CODE="" while (( "$#" )); do case "$1" in -Server|--server) SERVER_FLAG=1 ;; - -Agent|--agent) AGENT_FLAG=1 ;; + -Agent|--agent|--Agent) AGENT_FLAG=1 ;; -Vite|--vite) VITE_FLAG=1 ;; -Flask|--flask) FLASK_FLAG=1 ;; -Quick|--quick) QUICK_FLAG=1 ;; diff --git a/readme.md b/readme.md index 998efb22..e22eaa1b 100644 --- a/readme.md +++ b/readme.md @@ -70,7 +70,7 @@ If you plan on deploying the agent via something like a Group Policy or other ex ``` **Linux**: ```sh -./Borealis.sh --agent --enrollmentcode "E925-448B-626D-D595-5A0F-FB24-B4D6-6983" +./Borealis.sh --Agent --EnrollmentCode "E925-448B-626D-D595-5A0F-FB24-B4D6-6983" ``` ### Reverse Proxy Configuration