소스 검색

Install nano for minimal editing capability

Bob Mottram 9 년 전
부모
커밋
3eb0cfb21f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 파일 보기

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