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.
3 lines
52 B
Bash
3 lines
52 B
Bash
#!/bin/bash
|
|
echo "Installing application..."
|
|
exit 0
|