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.5.6 (#170)
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 Oct 6, 2023
1 parent 2f4568c commit bb80cde
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://api.github.com/repos/microsoft/WSL2-Linux-Kernel/tarball/linux-msft-wsl-5.15.123.1
KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.5.6.tar.xz
curl -C- -sL ${KERNEL_URL} -o kernel.tar.xz
fi

Expand Down

0 comments on commit bb80cde

Please sign in to comment.