From ecf45f0674f3a449c3eda194b23e2affe2a63284 Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 14 Mar 2023 08:42:46 +0000 Subject: [PATCH] Update kernel to 6.2.6 for AMD TPM fix --- scripts/source.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index 493c981..3a486a5 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -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 \ No newline at end of file +cd linux-6.2.6