reverted changes

This commit is contained in:
Galder 2023-05-03 09:11:56 +01:00
parent 55e28c48ed
commit a2e1b4a795
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
grub2 \
nautilus-admin
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
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
file /tmp/*
apt install /tmp/headers.deb /tmp/image.deb