Просмотр исходного кода

ci: update KernelSU setup script URL and branch

Use the official KernelSU repository URL and main branch instead of the wild fork to ensure stability and official support
TheWildJames 9 месяцев назад
Родитель
Сommit
a9c0304008
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -224,7 +224,7 @@ jobs:
               if [ -n "${{ inputs.ksu_commit }}" ]; then
               if [ -n "${{ inputs.ksu_commit }}" ]; then
                 curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU/main/kernel/setup.sh" | bash -s "${{ inputs.ksu_commit }}"
                 curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU/main/kernel/setup.sh" | bash -s "${{ inputs.ksu_commit }}"
               else
               else
-                curl -LSs "https://raw.githubusercontent.com/WildKernels/KernelSU/main/kernel/setup.sh" | bash -s wild
+                curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
               fi
               fi
               ;;
               ;;
           esac
           esac