From 55e28c48ede0d701e241c60d90864bbaf1681dbe Mon Sep 17 00:00:00 2001 From: Galder Date: Wed, 3 May 2023 07:15:41 +0100 Subject: [PATCH] final changes --- files/chroot_build.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/chroot_build.sh b/files/chroot_build.sh index 0d8e3e2..e1a908b 100755 --- a/files/chroot_build.sh +++ b/files/chroot_build.sh @@ -64,11 +64,10 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" intel-microcode \ thermald \ grub2 \ - nautilus-admin \ - software-properties-common + nautilus-admin -curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-headers-KVER-${ALTERNATIVE}_KVER-PREL_amd64.deb > /tmp/headers.deb -curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/vKVER-PREL/linux-image-KVER-${ALTERNATIVE}_KVER-PREL_amd64.deb > /tmp/image.deb +curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/v6.2.12-1/linux-headers-6.2.12-${ALTERNATIVE}_6.2.12-1_amd64.deb > /tmp/headers.deb +curl -L https://github.com/t2linux/T2-Ubuntu-Kernel/releases/download/v6.2.12-1/linux-image-6.2.12-${ALTERNATIVE}_6.2.12-1_amd64.deb > /tmp/image.deb file /tmp/* apt install /tmp/headers.deb /tmp/image.deb @@ -80,13 +79,13 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::=" plymouth-theme-kubuntu-text \ plymouth-theme-ubuntu-text \ kde-plasma-desktop \ + kubuntu-desktop \ kubuntu-settings-desktop \ - plasma-discover \ kubuntu-wallpapers \ kde-plasma-desktop \ sddm-theme-breeze \ snapd \ - firefox + software-properties-common \ echo >&2 "===]> Info: Install Graphical installer... " @@ -151,6 +150,7 @@ apt-get purge -y -qq \ linux-image-generic \ linux-modules-6.2.0-20-generic \ linux-modules-extra-6.2.0-20-generic \ + sddm-theme-debian-maui \ gedit apt-get autoremove -y