final changes

This commit is contained in:
Galder 2023-05-03 07:15:41 +01:00
parent 2a3f025422
commit 55e28c48ed
1 changed files with 6 additions and 6 deletions

View File

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