Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Update kernel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhacker committed Jun 3, 2018
1 parent 271a5b7 commit 1f41d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ fi
# Convert major version (e.g. 4.14) to full version (e.g. 4.14.40)
case $major_version in
"4.14")
version="4.14.42"
version="4.14.47"
;;
"4.16")
version="4.16.11"
version="4.16.13"
;;
*)
echo "Invalid selection!"
Expand Down

0 comments on commit 1f41d4a

Please sign in to comment.