Update zoneminder-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 12:47:57 -06:00
committed by GitHub
parent 32b78a7f4e
commit 023c346938

View File

@@ -16,7 +16,12 @@ if ! [ $(id -u) = 0 ]; then
fi
# Install Packages
pkg install -y zoneminder fcgiwrap mysql${MYSQL_VERSION}-server openssl nginx
pkg install -y \
fcgiwrap \
mysql${MYSQL_VERSION}-server \
nginx \
openssl \
zoneminder
# Create Directories
mkdir -p /usr/local/etc/mysql/conf.d