fleet/pkg/spec/testdata/software/install-app.ps1
Carlo 328f4d5079
Add path support to script files (#40821)
Fixes #38659 Enables IT admins to reference `.sh` or `.ps1` script files directly in the GitOps `path` field for software packages.
2026-03-04 13:22:44 -05:00

4 lines
136 B
PowerShell

# Test PowerShell script for script-only software packages
Write-Host "Installing application..."
# Simulated installation steps
exit 0