This commit is contained in:
Aditya Garg 2022-01-12 18:37:13 +05:30 committed by GitHub
parent 7e71d34762
commit f30626379e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ apt-get install -y -qq -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="
# This is not ideal, but it should work until the apt repo gets updated.
curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.15.12-1/linux-headers-5.15.12-t2_5.15.12-1_amd64.deb > /tmp/headers.deb
curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.15.12-1/linux-image-5.15.12-t2_5.15.12-1_amd64.deb > /tmp/image.deb
curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.16-2/linux-headers-5.16.0-t2_5.16.0-2_amd64.deb > /tmp/headers.deb
curl -L https://github.com/AdityaGarg8/T2-Ubuntu-Kernel/releases/download/v5.16-2/linux-image-5.16.0-t2_5.16.0-2_amd64.deb > /tmp/image.deb
curl -L https://cdn.discordapp.com/attachments/706581810745966653/926729551558639646/iso-firmware.deb > /tmp/firmware.deb
file /tmp/*
apt install /tmp/headers.deb /tmp/image.deb /tmp/firmware.deb