Merge branch '1.1' of ssh://gitlab.aiursoft.cn:2202/anduin/anduinos into 1.1
This commit is contained in:
commit
7bb1685630
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue