You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# If no Snapcast server was defined explicitly, e.g. on unattended install without having the server installed first, server and client use Avahi to find each other.
2904
-
# The client throws endless errors if Avahi is not running, and endless messages until the server announced itself: https://github.com/badaix/snapcast/issues/647
2906
+
# The client throws endless errors if Avahi is not running, and endless messages until the server announced itself: https://github.com/snapcast/snapcast/issues/647
2905
2907
# Hence Avahi-Daemon is added as fixed dependency for the server, and added for the client hereby if no server was explicitly defined. But is this as fallback only for unattended installs.
2906
2908
if ! grep -q '^[[:blank:]]*SNAPCLIENT_OPTS=.*["[:blank:]]-h[[:blank:]]' /etc/default/snapclient
2907
2909
then
@@ -14422,7 +14424,7 @@ _EOF_
14422
14424
if To_Uninstall 191 # Snapcast Server
14423
14425
then
14424
14426
G_AGP snapserver
14425
-
# Remove users from Debian's and badaix's packages, to cleanly cover upgrades from one to the other.
14427
+
# Remove users from Debian's and snapcast's packages, to cleanly cover upgrades from one to the other.
0 commit comments