Skip to content

Commit

Permalink
Adjust Kernel Query Results
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Apr 22, 2024
1 parent 6a6b1b8 commit 15ac579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt_flippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ query_kernel() {
latest_version="$(
curl -fsSL \
${kernel_api}/releases/expanded_assets/kernel_${vb} |
grep -oE "${kernel_verpatch}.[0-9]+.tar.gz" | sed 's/.tar.gz//' |
grep -oE "${kernel_verpatch}.[0-9]+.*.tar.gz" | sed 's/.tar.gz//' |
sort -urV | head -n 1
)"

Expand Down

0 comments on commit 15ac579

Please sign in to comment.