Added Automated NodeJS & Python Install Script

This commit is contained in:
2025-04-12 05:48:44 -06:00
parent ea4ac93c47
commit b39c1c64f4
2 changed files with 132 additions and 1 deletions

View File

@ -8,7 +8,7 @@
It begins by presenting a menu to the user. Based on the selection (1 or 2), the corresponding module is launched.
Usage:
Set-ExecutionPolicy Unrestricted -Scope Process; .\Deploy-Borealis.ps1
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
#>
# ---------------------- Common Initialization & Visuals ----------------------