Преглед изворни кода

Additional cleanup during mesh install

Bob Mottram пре 7 година
родитељ
комит
4396da4353
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5
    0
      src/freedombone-image-customise

+ 5
- 0
src/freedombone-image-customise Прегледај датотеку

@@ -701,6 +701,11 @@ initialise_mesh() {
701 701
     install_web_server
702 702
     mesh_install_scuttlebot
703 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 709
     install_ipfs
705 710
     install_tox
706 711
     install_pelican