From 20745465358cf5e3ed16bc06704a2ecad301da25 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 26 Jan 2025 12:56:02 +0100 Subject: [PATCH] build: Change KernelSU-Next url to my fork --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0deacaa30..4823e62ec 100755 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ command_two() { command_three() { rm -rf setup.sh* rm -rf KernelSU* - curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next + curl -LSs "https://raw.githubusercontent.com/Ksawlii-Android-Repos/KernelSU-Next-susfs/next/kernel/setup.sh" | bash -s next } command_four() {