Procházet zdrojové kódy

bc needed for mesh installs

Bob Mottram před 8 roky
rodič
revize
ffeb0feb10
No account linked to committer's email
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Zobrazit soubor

@@ -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