build.sh: Fixup

This commit is contained in:
Ksawlii 2024-12-03 18:20:19 +01:00
parent d5e8a0bb0e
commit 55fa68cd6a

View file

@ -11,8 +11,12 @@ command_two() {
} }
command_three() { command_three() {
rm -rf KernelSU rm -rf setup.sh*
curl -LSs "https://raw.githubusercontent.com/nitanmarcel/KernelSU-susfs/kernel/setup.sh" | bash - 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() { command_four() {