mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 05:48:42 -06:00
Minor Changes
This commit is contained in:
@@ -29,7 +29,7 @@ Clear-Host
|
|||||||
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
|
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
|
||||||
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
|
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
|
||||||
'@ | Write-Host -ForegroundColor DarkCyan
|
'@ | 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 " "
|
||||||
Write-Host "Ensuring Dependencies Exist..." -ForegroundColor DarkCyan
|
Write-Host "Ensuring Dependencies Exist..." -ForegroundColor DarkCyan
|
||||||
# ---------------------- ASCII Art Terminal Required Changes ----------------------
|
# ---------------------- ASCII Art Terminal Required Changes ----------------------
|
||||||
@@ -260,7 +260,7 @@ Clear-Host
|
|||||||
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
|
███████████ ░░██████ █████ ░░██████ ░░████████ █████ █████ ██████
|
||||||
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
|
░░░░░░░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░
|
||||||
'@ | Write-Host -ForegroundColor DarkCyan
|
'@ | 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)) {
|
foreach ($tool in @($pythonExe, $nodeExe, $npmCmd, $npxCmd)) {
|
||||||
if (-not (Test-Path $tool)) {
|
if (-not (Test-Path $tool)) {
|
||||||
|
Reference in New Issue
Block a user