From e950aeacf53a44f3fd7a56bdc637e8d1deece24d Mon Sep 17 00:00:00 2001 From: Roger Pueyo Centelles Date: Mon, 5 Mar 2018 13:01:50 +0100 Subject: [PATCH] Install avahi-ps Cloudy package At some point it was accidentally removed, hence removing Cloudy's publish and discovery capabilities after a default installation (still could be added via the web interface). Fixes issue #13. Signed-off-by: Roger Pueyo Centelles --- cloudynitzar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudynitzar.sh b/cloudynitzar.sh index af3c2f1..102e20a 100644 --- a/cloudynitzar.sh +++ b/cloudynitzar.sh @@ -28,7 +28,7 @@ SOURCESLISTDDIR=/etc/apt/sources.list.d/ LBMAKEPACKAGES="https://raw.githubusercontent.com/Clommunity/lbmake/master/packages" # List of Cloudy packages to install -CLOUDYPACKAGES="cDistro.chroot serf.chroot ipfs.chroot" +CLOUDYPACKAGES="cDistro.chroot avahi-ps.chroot serf.chroot ipfs.chroot" # List of deprecated Cloudy packages not to be installed OLDCLOUDYPACKAGES="getinconf-client.chroot"