mirror of
https://github.com/fleetdm/fleet
synced 2026-04-24 06:57:21 +00:00
5 lines
136 B
PowerShell
5 lines
136 B
PowerShell
|
|
# Test PowerShell script for script-only software packages
|
||
|
|
Write-Host "Installing application..."
|
||
|
|
# Simulated installation steps
|
||
|
|
exit 0
|