浏览代码

Don't need packages

Bob Mottram 8 年前
父节点
当前提交
e0b4c9d5a3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/freedombone-image-customise

+ 0
- 1
src/freedombone-image-customise 查看文件

1025
     chroot "$rootdir" apt-get -yq dist-upgrade
1025
     chroot "$rootdir" apt-get -yq dist-upgrade
1026
     chroot "$rootdir" apt-get -yq install ca-certificates
1026
     chroot "$rootdir" apt-get -yq install ca-certificates
1027
     chroot "$rootdir" apt-get -yq install apt-utils
1027
     chroot "$rootdir" apt-get -yq install apt-utils
1028
-    chroot "$rootdir" apt-get -yq install awk libdebconfclient0 libbz2-1.0
1029
     chroot "$rootdir" apt-get -yq install nfs-kernel-server
1028
     chroot "$rootdir" apt-get -yq install nfs-kernel-server
1030
 
1029
 
1031
     if [[ $ARCHITECTURE == 'amd64' ]]; then
1030
     if [[ $ARCHITECTURE == 'amd64' ]]; then