Selaa lähdekoodia

Install nano for minimal editing capability

Bob Mottram 9 vuotta sitten
vanhempi
commit
3eb0cfb21f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise Näytä tiedosto

@@ -341,7 +341,7 @@ fi
341 341
 chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
342 342
 chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
343 343
 chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager iputils-ping
344
-chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
344
+chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name nano
345 345
 
346 346
 chroot "$rootdir" /bin/bash -x <<EOF
347 347
 git clone https://github.com/bashrc/freedombone /root/freedombone