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