mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Update zoneminder-install.sh - fix format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user