mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-27 10:44:15 +02:00
corrections
This commit is contained in:
@@ -7,7 +7,7 @@ then
|
||||
echo "Avahi already installed..."
|
||||
else
|
||||
echo "Installing avahi-daemon..."
|
||||
apt-get update && apt-get install -y avahi-daemon && rm -rf /var/lib/apt/lists/*
|
||||
apt-get update && apt-get install -y libavahi-compat-libdnssd-dev avahi-daemon && rm -rf /var/lib/apt/lists/*
|
||||
echo "Configuring avahi-daemon..."
|
||||
sed -i '/^rlimit-nproc/s/^\(.*\)/#\1/g' /etc/avahi/avahi-daemon.conf
|
||||
echo "Configuring dbus..."
|
||||
|
||||
Reference in New Issue
Block a user