moved apt-get clean in debian images + added apt-get update to enhance first apt-get install speed

This commit is contained in:
Manfred Touron 2014-10-16 21:04:28 +00:00
parent 7c00b8a372
commit 1a126603ed
1 changed files with 0 additions and 1 deletions

View File

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