Skip to content

Commit

Permalink
Update kernel to v6.6.48
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 7ddba9b commit 3cc728a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y lsb-release

KERNEL_VERSION=6.6.47
PKGREL=2
KERNEL_VERSION=6.6.48
PKGREL=1
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)

Expand Down

0 comments on commit 3cc728a

Please sign in to comment.