From c3e45000bf59a0f6ec7d4e233bd4f1edb4fd24c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:34:23 +0000 Subject: [PATCH] Update linux-wsl-6.9.7 (#237) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build-kernel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-kernel.sh b/build-kernel.sh index 07eadcc..20ba001 100755 --- a/build-kernel.sh +++ b/build-kernel.sh @@ -2,7 +2,7 @@ set -e if [ ! -f 'kernel.tar.xz' ]; then - KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.6.tar.xz + KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.7.tar.xz curl -C- -sL ${KERNEL_URL} -o kernel.tar.xz fi