From 80ca0e0dbe7b2abaf8952c41d27a428b71fe5e66 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Wed, 8 May 2024 22:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_action.sh | 4 ++-- build_action_xanmod.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_action.sh b/build_action.sh index aef5e54..3b57e13 100644 --- a/build_action.sh +++ b/build_action.sh @@ -16,10 +16,10 @@ if [[ $2 == 1 ]]; then SHOWVERSION=$VERSION-hwe fi if [[ $2 == 1 ]]; then - curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-headers-$VERSION-amd64-gfdgdxi-desktop-hwe/lock | grep 404 + curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-kernel-gxde-gfdgdxi-$1-hwe/linux-kernel-gxde-gfdgdxi-$1-hwe_${VERSION}_amd64.deb | grep 404 result=$? else - curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-headers-$VERSION-amd64-gfdgdxi-desktop/lock | grep 404 + curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-kernel-gxde-gfdgdxi-$1/linux-kernel-gxde-gfdgdxi-${1}_${VERSION}_amd64.deb | grep 404 result=$? fi if [[ $result != 0 ]]; then diff --git a/build_action_xanmod.sh b/build_action_xanmod.sh index 44fd4b7..4e94a8c 100644 --- a/build_action_xanmod.sh +++ b/build_action_xanmod.sh @@ -20,10 +20,10 @@ if [[ $2 == 1 ]]; then SHOWVERSION=$VERSION-hwe fi if [[ $2 == 1 ]]; then - curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-headers-$VERSION-amd64-xanmod-gfdgdxi-desktop-hwe/lock | grep 404 + curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-kernel-gxde-$1-xanmod-hwe/linux-kernel-gxde-gfdgdxi-xanmod-$1-hwe_${VERSION}_amd64.deb | grep 404 result=$? else - curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-headers-$VERSION-amd64-xanmod-gfdgdxi-desktop/lock | grep 404 + curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-kernel-gxde-gfdgdxi-$1-xanmod/linux-kernel-gxde-gfdgdxi-xanmod-${1}_${VERSION}_amd64.deb | grep 404 result=$? fi if [[ $result != 0 ]]; then