Skip to content

Commit 6ab3355

Browse files
committed
kernel: Update repository setup link
1 parent 08f3ae0 commit 6ab3355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ perform_cleanup() {
3939
# Sets up or update KernelSU environment
4040
setup_kernelsu() {
4141
echo "[+] Setting up KernelSU..."
42-
test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/tiann/KernelSU && echo "[+] Repository cloned."
42+
test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/rsuntk/KernelSU && echo "[+] Repository cloned."
4343
cd "$GKI_ROOT/KernelSU"
4444
git stash && echo "[-] Stashed current changes."
4545
if [ "$(git status | grep -Po 'v\d+(\.\d+)*' | head -n1)" ]; then

0 commit comments

Comments
 (0)