From 39fd53ae31356c34b1c4fa00207aa33c7dfccea2 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:48:22 +0530 Subject: [PATCH] Update chroot_build.sh --- files/chroot_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index d062d21..3a2eaf6 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -76,7 +76,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" echo >&2 "===]> Info: Install the T2 kernel... " -apt-get install linux-t2=KVER-${CODENAME} +apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \ + linux-t2=KVER-${CODENAME} echo >&2 "===]> Info: Install window manager... "