File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ setup_environment() {
4747
4848setup_kernelsu () {
4949 cd $KERNEL_PATH
50- curl -LSs " https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
50+ curl -LSs " https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s $KernelSU_TAG
5151 # Enable KPROBES
5252 scripts/config --file " arch/$ARCH /configs/$KERNEL_DEFCONFIG " -e MODULES -e KPROBES -e HAVE_KPROBES -e KPROBE_EVENTS
5353}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ setup_environment() {
6262
6363setup_kernelsu () {
6464 cd $KERNEL_PATH
65- curl -LSs " https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
65+ curl -LSs " https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s $KernelSU_TAG
6666 # Enable KPROBES
6767 scripts/config --file " arch/$ARCH /configs/$KERNEL_DEFCONFIG " -e MODULES -e KPROBES -e HAVE_KPROBES -e KPROBE_EVENTS
6868}
You can’t perform that action at this time.
0 commit comments