Skip to content

Commit 79e8752

Browse files
Update
1 parent 0c22c15 commit 79e8752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ setup_environment() {
4747

4848
setup_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
}

debian_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setup_environment() {
6262

6363
setup_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
}

0 commit comments

Comments
 (0)