From 5d045a45de71d3e501df5224c9f2068280521ade Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Wed, 6 Aug 2025 18:56:40 -0600 Subject: [PATCH] Minor Changes --- Borealis.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Borealis.ps1 b/Borealis.ps1 index 32d26a4..d8a0fc6 100644 --- a/Borealis.ps1 +++ b/Borealis.ps1 @@ -29,7 +29,7 @@ Clear-Host ███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████ ░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ '@ | Write-Host -ForegroundColor DarkCyan -Write-Host "Drag-&-Drop Automation Orchestration | Macros | Data Collection & Analysis" -ForegroundColor DarkGray +Write-Host "Automation Platform" -ForegroundColor DarkGray Write-Host " " Write-Host "Ensuring Dependencies Exist..." -ForegroundColor DarkCyan # ---------------------- ASCII Art Terminal Required Changes ---------------------- @@ -260,7 +260,7 @@ Clear-Host ███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████ ░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ '@ | Write-Host -ForegroundColor DarkCyan -Write-Host "Drag-&-Drop Automation Orchestration | Macros | Data Collection & Analysis" -ForegroundColor DarkGray +Write-Host "Automation Platform" -ForegroundColor DarkGray foreach ($tool in @($pythonExe, $nodeExe, $npmCmd, $npxCmd)) { if (-not (Test-Path $tool)) {