Skip to content

Commit

Permalink
symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Sep 10, 2024
1 parent e85752b commit 5eaa113
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/setup-subm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ setup_kernelsu() {
test -d "$KERNEL_DIR/KernelSU" || git submodule add https://github.com/mlm-games/KernelSU-Non-GKI KernelSU
git submodule update --init --recursive

ln -sfn "$(realpath --relative-to="$DRIVER_DIR" "$KERNEL_DIR/KernelSU/kernel")" "kernelsu" && echo "[+] Symlink to kernelsu created."

# Later when i have tags
# if [ -n "$1" ]; then
# (cd KernelSU && git checkout "$1") && echo "[-] Checked out $1." || echo "[-] Failed to checkout $1."
Expand Down

0 comments on commit 5eaa113

Please sign in to comment.