Skip to content

Commit

Permalink
symlink loc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
= mlm-games committed Sep 10, 2024
1 parent b8c1874 commit e81495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/setup-subm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ 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."
ln -sfn "$(realpath --relative-to="$DRIVER_DIR" "$KERNEL_DIR/KernelSU/kernel")" "$DRIVER_DIR/kernelsu" && echo "[+] Symlink to kernelsu created."

# Later when i have tags
# if [ -n "$1" ]; then
Expand Down

0 comments on commit e81495b

Please sign in to comment.