We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f91e9f commit 2fa225aCopy full SHA for 2fa225a
scripts/download-latest-linux-release.sh
@@ -6,7 +6,7 @@ sudo apt install -y curl jq tar xz-utils
6
7
# pick the first stable release, it's usually the newest
8
url=$(curl -s https://www.kernel.org/releases.json \
9
- | jq -r '[.releases[] | select(.moniker == "stable")][0].source')
+ | jq -r '[.releases[] | select(.moniker == "mainline")][0].source')
10
11
curl -LO "$url"
12
tar -xf $(basename "$url")
0 commit comments