moving changes to different architectures

This commit is contained in:
andre
2019-11-27 21:47:51 +01:00
parent 320717d8bc
commit 95af2c3acf
9 changed files with 155 additions and 85 deletions

View File

@@ -2,7 +2,7 @@
echo "Checking avahi-daemon installation state..."
if [ -f /usr/sbin/avahi-daemon ]
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
then
echo "Avahi is already installed..."
else