From 55fa68cd6aed7784bc5305c50b445f5cd3da440e Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Tue, 3 Dec 2024 18:20:19 +0100 Subject: [PATCH] build.sh: Fixup --- build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 63820c0f5..0caee3941 100755 --- a/build.sh +++ b/build.sh @@ -11,8 +11,12 @@ command_two() { } command_three() { - rm -rf KernelSU - curl -LSs "https://raw.githubusercontent.com/nitanmarcel/KernelSU-susfs/kernel/setup.sh" | bash - + rm -rf setup.sh* + rm -rf KernelSU* + wget https://raw.githubusercontent.com/nitanmarcel/KernelSU-susfs/refs/heads/main/kernel/setup.sh + chmod +x setup.sh + ./setup.sh* + rm -rf setup.sh } command_four() {