From 49b21989a889f6b25d9b79de0e6957f805417c41 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 4 May 2024 19:48:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_action-aarch64.sh | 2 +- build_action.sh | 4 ++-- build_action_xanmod.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build_action-aarch64.sh b/build_action-aarch64.sh index ce12d16..3787e85 100644 --- a/build_action-aarch64.sh +++ b/build_action-aarch64.sh @@ -11,7 +11,7 @@ VERSION=`cat /tmp/kernelversion.txt` URL=`cat /tmp/kernelurl.txt` MAINVERSION=`expr substr $VERSION 1 1` SHOWVERSION=$VERSION-arm64 -curl https://github.com/gfdgd-xi/gxde-kernel-manager/raw/main/l/linux-headers-$VERSION-arm64-gfdgdxi-desktop/lock | grep 404 +curl https://github.com/gfdgd-xi/gxde-linux-kernel/raw/main/l/linux-headers-$VERSION-arm64-gfdgdxi-desktop/lock | grep 404 result=$? if [[ $result != 0 ]]; then exit diff --git a/build_action.sh b/build_action.sh index ae1559a..a9c7103 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-kernel-manager/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-headers-$VERSION-amd64-gfdgdxi-desktop-hwe/lock | grep 404 result=$? else - curl https://github.com/gfdgd-xi/gxde-kernel-manager/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-headers-$VERSION-amd64-gfdgdxi-desktop/lock | grep 404 result=$? fi if [[ $result != 0 ]]; then diff --git a/build_action_xanmod.sh b/build_action_xanmod.sh index aa57a76..15e6ede 100644 --- a/build_action_xanmod.sh +++ b/build_action_xanmod.sh @@ -21,10 +21,10 @@ if [[ $2 == 1 ]]; then SHOWVERSION=$VERSION-hwe fi if [[ $2 == 1 ]]; then - curl https://github.com/gfdgd-xi/gxde-kernel-manager/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-headers-$VERSION-amd64-xanmod-gfdgdxi-desktop-hwe/lock | grep 404 result=$? else - curl https://github.com/gfdgd-xi/gxde-kernel-manager/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-headers-$VERSION-amd64-xanmod-gfdgdxi-desktop/lock | grep 404 result=$? fi if [[ $result != 0 ]]; then