Update shebang to use bash instead of sh

"function" is a bash builtin
This commit is contained in:
EnderIce2
2024-05-29 23:11:14 +03:00
parent a640dd5af1
commit 38e620836e

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script is used to create a LaunchAgent on MacOS, to support the service functionality.
# Usage: ./launchd.sh (install|remove)