Просмотр исходного кода

Additional cleanup during mesh install

Bob Mottram 7 лет назад
Родитель
Сommit
4396da4353
1 измененных файлов: 5 добавлений и 0 удалений
  1. 5
    0
      src/freedombone-image-customise

+ 5
- 0
src/freedombone-image-customise Просмотреть файл

701
     install_web_server
701
     install_web_server
702
     mesh_install_scuttlebot
702
     mesh_install_scuttlebot
703
     #install_ferment
703
     #install_ferment
704
+
705
+    chroot "$rootdir" apt-get clean
706
+    chroot "$rootdir" /bin/rm -rf /var/lib/apt/lists/*
707
+    chroot "$rootdir" apt-get clean
708
+
704
     install_ipfs
709
     install_ipfs
705
     install_tox
710
     install_tox
706
     install_pelican
711
     install_pelican