diff --git a/makeanything.sh b/makeanything.sh index 831591f..0359a4f 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -113,6 +113,7 @@ echo "Europe/Berlin" > /etc/timezone && \\ dpkg-reconfigure --frontend=noninteractive locales && \\ locale-gen en_US.UTF-8 && \\ update-locale LANG=en_US.UTF-8 +apt clean EOF message "run install_base" $CHROOTCMD /bin/bash /tmp/install_base.sh || error