Pārlūkot izejas kodu

Install avahi on image

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
972d4546ff
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1
    0
      src/freedombone-image-customise

+ 1
- 0
src/freedombone-image-customise Parādīt failu

288
 fi
288
 fi
289
 
289
 
290
 chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
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
 chroot "$rootdir" /bin/bash -x <<EOF
292
 chroot "$rootdir" /bin/bash -x <<EOF
292
 git clone https://github.com/bashrc/freedombone /root/freedombone
293
 git clone https://github.com/bashrc/freedombone /root/freedombone
293
 cd /root/freedombone
294
 cd /root/freedombone