Parcourir la source

Install avahi on image

Bob Mottram il y a 9 ans
Parent
révision
972d4546ff
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise Voir le fichier

@@ -288,6 +288,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
288 288
 fi
289 289
 
290 290
 chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
291
+chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover
291 292
 chroot "$rootdir" /bin/bash -x <<EOF
292 293
 git clone https://github.com/bashrc/freedombone /root/freedombone
293 294
 cd /root/freedombone