Skip to content

Commit

Permalink
Add support for kernel version 5.18 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladk authored Jul 8, 2022
1 parent 7950060 commit c673361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion displaylink-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -eu
IFS=$'\n\t'

kernel_check="$(uname -r | egrep -o '[0-9]+\.[0-9]+')"
max_kernel_version_supported="5.17"
max_kernel_version_supported="5.18"

function ver2int {
echo "$@" | awk -F "." '{ printf("%03d%03d%03d\n", $1,$2,$3); }';
Expand Down

0 comments on commit c673361

Please sign in to comment.