This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # MIMROD Desktop Setup - installs the full production stack | |
| # Run from any PowerShell window. Idempotent - safe to re-run. | |
| # | |
| # .\setup_desktop.ps1 | |
| $ErrorActionPreference = 'Stop' | |
| function Write-Step { | |
| param([string]$Msg) | |
| Write-Host "" |