Update zoneminder-install.sh

update header metadata
This commit is contained in:
connorjfarrell 2025-01-23 20:39:22 -06:00 committed by GitHub
parent e8e0f10cf7
commit b74d275b3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2021-2024 community-scripts ORG # Copyright (c) 2021-2024 community-scripts ORG
# Author: [YourUserName] # Author: connorjfarrell
# License: MIT # License: MIT
# Source: [SOURCE_URL] # Source: https://zoneminder.readthedocs.io/en/latest/installationguide/ubuntu.html#ubuntu-22-04-jammy
# Import Functions und Setup # Import Functions und Setup
source /dev/stdin <<< "$FUNCTIONS_FILE_PATH" source /dev/stdin <<< "$FUNCTIONS_FILE_PATH"