修复hwe不会编译的问题

This commit is contained in:
gfdgd xi 2024-05-05 09:53:34 +08:00
parent 3c1fc47655
commit d57001a6cf

View File

@ -52,7 +52,6 @@ cd linux-"$VERSION" || exit
# 使用 deepin hwe config编译
if [[ $2 == 1 ]]; then
cp ../config-6.1.11-amd64-desktop-hwe .config
exit
else
cp ../config .config
fi