Skip to content

Commit

Permalink
Fix auto-updates for generic kernel on 5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Prakash Surya committed Aug 8, 2023
1 parent 7afa985 commit 1ae1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function kernel_update_upstream() {
local tag_prefix_flavour
case "${platform}" in
generic)
if [[ "$UBUNTU_DISTRIBUTION" == bionic ]]; then
if [[ "$UBUNTU_DISTRIBUTION" == focal ]]; then
tag_prefix_flavour="Ubuntu-hwe"
else
tag_prefix_flavour="Ubuntu"
Expand Down

0 comments on commit 1ae1d55

Please sign in to comment.