砍掉hwe和xanmod编译

This commit is contained in:
gfdgd xi 2023-08-19 21:43:54 +08:00
parent 8c63de53cd
commit 7acaec942d
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ 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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
exit
sed -i "/deb-src/s/# //g" /etc/apt/sources.list
sudo apt update
sudo apt install python3-pyquery python3-requests -y