mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
Fixes #38659 Enables IT admins to reference `.sh` or `.ps1` script files directly in the GitOps `path` field for software packages.
4 lines
136 B
PowerShell
4 lines
136 B
PowerShell
# Test PowerShell script for script-only software packages
|
|
Write-Host "Installing application..."
|
|
# Simulated installation steps
|
|
exit 0
|