Update slskd-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 12:34:23 -06:00
committed by GitHub
parent 5a5b3fc6d8
commit 9d33bf5ed4

View File

@@ -11,7 +11,11 @@ if ! [ $(id -u) = 0 ]; then
fi
# Package Installation
pkg install -y git-lite dotnet sqlite3 npm-node${NODE_VERSION}
pkg install -y \
dotnet \
git-lite \
npm-node${NODE_VERSION} \
sqlite3
# Create Directories
mkdir -p /usr/local/www