fleet/pkg/spec/testdata/software/install-app.ps1

5 lines
136 B
PowerShell
Raw Normal View History

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