Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Fix previous commit
  • Loading branch information
sebanc committed Sep 16, 2024
1 parent cc542a4 commit 28207e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prepare_kernels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ echo "kernel_remote_path=$kernel_remote_path"

# Download kernels source
kernels="4.19 5.4 5.10 5.15 6.1 6.6"
kernels="6.6"
for kernel in $kernels; do
kernel_version=$(curl -Ls "https://chromium.googlesource.com/chromiumos/third_party/kernel/+/$kernel_remote_path$kernel/Makefile?format=TEXT" | base64 --decode | sed -n -e 1,4p | sed -e '/^#/d' | cut -d'=' -f 2 | sed -z 's#\n##g' | sed 's#^ *##g' | sed 's# #.#g')
echo "kernel_version=$kernel_version"
Expand Down

0 comments on commit 28207e4

Please sign in to comment.