From ffeb0feb104cdec3cc768d90d8077db22f59d6bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 10 Aug 2016 20:05:37 +0100 Subject: [PATCH] bc needed for mesh installs --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 130d2e72..62cdfc03 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -851,7 +851,7 @@ chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover ava chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant -chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses iotop +chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses iotop bc sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf