From 1a126603ede53d8ee3e9083395babf74a7e18d57 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 16 Oct 2014 21:04:28 +0000 Subject: [PATCH] moved apt-get clean in debian images + added apt-get update to enhance first apt-get install speed --- images/lib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/images/lib.sh b/images/lib.sh index f34be6e..854be1e 100644 --- a/images/lib.sh +++ b/images/lib.sh @@ -56,7 +56,6 @@ patch_target() { clean_target() { clean_paths=$1 - do_in_target apt-get clean for path in $clean_paths; do if [ -e "$TARGET/$path" ]; then sudo rm -rf "$TARGET/$path"