mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
4 lines
52 B
Bash
4 lines
52 B
Bash
|
|
#!/bin/bash
|
||
|
|
echo "Installing application..."
|
||
|
|
exit 0
|