mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
Update unifi-install.sh - fix format
This commit is contained in:
@@ -11,7 +11,8 @@ if ! [ $(id -u) = 0 ]; then
|
||||
fi
|
||||
|
||||
# Install Packages
|
||||
pkg install -y unifi${UNIFI_VERSION}
|
||||
pkg install -y \
|
||||
unifi${UNIFI_VERSION}
|
||||
|
||||
# Enable and Start Services
|
||||
sysrc unifi_enable=YES
|
||||
|
||||
Reference in New Issue
Block a user