Update kernel to 6.2.6 for AMD TPM fix

This commit is contained in:
ferrreo 2023-03-14 08:42:46 +00:00
parent 1b97bf3929
commit ecf45f0674

View File

@ -2,7 +2,7 @@
echo "Pika Kernel - Getting source"
wget -nv https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.5.tar.gz
tar -zxf ./linux-6.2.5.tar.gz
wget -nv https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.2.6.tar.gz
tar -zxf ./linux-6.2.6.tar.gz
cd linux-6.2.5
cd linux-6.2.6