Update icecast-install.sh - fix format

This commit is contained in:
tschettervictor
2024-10-18 11:24:27 -06:00
committed by GitHub
parent a195d4c137
commit 6fb6f8de51

View File

@@ -8,7 +8,8 @@ if ! [ $(id -u) = 0 ]; then
fi
# Install Packages
pkg install -y icecast
pkg install -y \
icecast
# Create Directories
mkdir -p /usr/local/www/icecast