mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 01:19:56 +01:00
Update caddy-install.sh - fix format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user