Skip to content

Commit

Permalink
Also change example script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn authored and guysoft committed Dec 23, 2019
1 parent 7702202 commit 98426f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/variants/example/post_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ install_chroot_fail_on_error_trap
unpack /filesystem/root /

#cleanup
apt-get clean
if [ -n "$BASE_APT_CACHE" ] && [ "$BASE_APT_CACHE" != "no" ]; then
apt-get autoclean
else
apt-get clean
fi

0 comments on commit 98426f2

Please # to comment.