Merge branch '1.1' of ssh://gitlab.aiursoft.cn:2202/anduin/anduinos into 1.1

This commit is contained in:
Anduin Xue 2025-05-19 13:32:42 +00:00
commit 7bb1685630
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728
1 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ TARGET_KERNEL_PACKAGE=$(apt search linux-generic-hwe-* | awk -F'/' '/linux-gener
print_ok "Installing kernel package $TARGET_KERNEL_PACKAGE..."
apt install $INTERACTIVE \
thermald \
$TARGET_KERNEL_PACKAGE
$TARGET_KERNEL_PACKAGE \
--no-install-recommends
judge "Install kernel package"