mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
Update meshcentral-install.sh - fix format
This commit is contained in:
@@ -10,7 +10,9 @@ if ! [ $(id -u) = 0 ]; then
|
||||
fi
|
||||
|
||||
# Install Packages
|
||||
pkg install -y npm-node"${NODE_VERSION}" node"${NODE_VERSION}"
|
||||
pkg install -y \
|
||||
node"${NODE_VERSION}" \
|
||||
npm-node"${NODE_VERSION}"
|
||||
|
||||
# Create Directories
|
||||
mkdir -p /usr/local/meshcentral/meshcentral-data
|
||||
|
||||
Reference in New Issue
Block a user