Browse Source

bc needed for mesh installs

Bob Mottram 8 years ago
parent
commit
ffeb0feb10
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

@@ -851,7 +851,7 @@ chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover ava
851 851
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
852 852
 chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano man ntp
853 853
 chroot "$rootdir" apt-get install -y locales locales-all debconf wireless-tools wpasupplicant
854
-chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses iotop
854
+chroot "$rootdir" apt-get install -y usbutils cryptsetup zsh pinentry-curses iotop bc
855 855
 
856 856
 sed -i "s|#host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf
857 857
 sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-daemon.conf