build.sh: Fixup
This commit is contained in:
parent
d5e8a0bb0e
commit
55fa68cd6a
1 changed files with 6 additions and 2 deletions
8
build.sh
8
build.sh
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue