Update caddy-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 11:16:29 -06:00
committed by GitHub
parent 34d317f914
commit 6bdf39c62a

View File

@@ -48,7 +48,10 @@ if [ $STANDALONE_CERT -eq 1 ] && [ "${CERT_EMAIL}" = "" ] ; then
fi
# Install Packages
pkg install -y go git-lite openssl
pkg install -y \
git-lite \
fo \
openssl
# Create Directories
mkdir -p /usr/local/etc/rc.d