Update chroot_build.sh

This commit is contained in:
Aditya Garg 2024-04-22 13:48:22 +05:30 committed by GitHub
parent a502d6bd0a
commit 39fd53ae31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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... "