Skip to content

Commit 2fa225a

Browse files
committed
scripts: switch from "stable" to "mainline" kernel
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent 8f91e9f commit 2fa225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-latest-linux-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sudo apt install -y curl jq tar xz-utils
66

77
# pick the first stable release, it's usually the newest
88
url=$(curl -s https://www.kernel.org/releases.json \
9-
| jq -r '[.releases[] | select(.moniker == "stable")][0].source')
9+
| jq -r '[.releases[] | select(.moniker == "mainline")][0].source')
1010

1111
curl -LO "$url"
1212
tar -xf $(basename "$url")

0 commit comments

Comments
 (0)