Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Update linux-wsl-6.9.7 (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Jun 27, 2024
1 parent cb7808e commit c3e4500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3e4500

Please sign in to comment.