src: adapt git links to KernelSU-Next org

This commit is contained in:
rifsxd
2025-02-24 02:18:02 +06:00
parent 785d8143fb
commit e8c080ba09
27 changed files with 73 additions and 73 deletions

View File

@@ -39,7 +39,7 @@ perform_cleanup() {
# Sets up or update KernelSU-Next environment
setup_kernelsu() {
echo "[+] Setting up KernelSU-Next..."
test -d "$GKI_ROOT/KernelSU-Next" || git clone https://github.com/rifsxd/KernelSU-Next && echo "[+] Repository cloned."
test -d "$GKI_ROOT/KernelSU-Next" || git clone https://github.com/KernelSU-Next/KernelSU-Next && echo "[+] Repository cloned."
cd "$GKI_ROOT/KernelSU-Next"
git stash && echo "[-] Stashed current changes."
if [ "$(git status | grep -Po 'v\d+(\.\d+)*' | head -n1)" ]; then