We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f3ae0 commit 6ab3355Copy full SHA for 6ab3355
kernel/setup.sh
@@ -39,7 +39,7 @@ perform_cleanup() {
39
# Sets up or update KernelSU environment
40
setup_kernelsu() {
41
echo "[+] Setting up KernelSU..."
42
- test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/tiann/KernelSU && echo "[+] Repository cloned."
+ test -d "$GKI_ROOT/KernelSU" || git clone https://github.com/rsuntk/KernelSU && echo "[+] Repository cloned."
43
cd "$GKI_ROOT/KernelSU"
44
git stash && echo "[-] Stashed current changes."
45
if [ "$(git status | grep -Po 'v\d+(\.\d+)*' | head -n1)" ]; then
0 commit comments