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