From 63bf0990107eab9a1c91320b75c1dc42d2169f31 Mon Sep 17 00:00:00 2001 From: Marcus Date: Mon, 1 May 2023 07:14:03 +0200 Subject: [PATCH] progress --- makeanything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeanything.sh b/makeanything.sh index a403493..831591f 100755 --- a/makeanything.sh +++ b/makeanything.sh @@ -59,7 +59,7 @@ sed -i 's/localhost/localhost nanodesk/g' /etc/hosts DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND ### packages -apt install -y +apt install -y \\ live-boot \\ linux-image-amd64 \\ grub-pc \\