Update meshcentral-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 11:28:21 -06:00
committed by GitHub
parent f741613197
commit acbf5d5e33

View File

@@ -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