From 73093792b98283018f6eca3c44bab2cccc30201e Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 07:27:07 +0200 Subject: [PATCH] progress --- makeanything.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makeanything.sh b/makeanything.sh index 0359a4f..66cd148 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -113,7 +113,11 @@ echo "Europe/Berlin" > /etc/timezone && \\ dpkg-reconfigure --frontend=noninteractive locales && \\ locale-gen en_US.UTF-8 && \\ update-locale LANG=en_US.UTF-8 +### clean cache apt clean +### but fetch packages for grub and kernel, so we do not need to download them +### in case nanodesk get installed to disk +apt -d --reinstall install linux-image-amd64 linux-image-5.10.0-22-amd64 grub-pc grub-pc-bin EOF message "run install_base" $CHROOTCMD /bin/bash /tmp/install_base.sh || error