From 8678699cddb6d8ec3c04684c2c3630156ba34830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GHOST=20=7C=20=E3=82=B4=E3=83=BC=E3=82=B9=E3=83=88?= <90827302+Ghosuto@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:56:28 +0530 Subject: [PATCH] Update script Signed-off-by: Ghosuto --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index b145e69..1de7c89 100644 --- a/setup.sh +++ b/setup.sh @@ -52,7 +52,6 @@ declare -A REPOS=( ["hardware/qcom-caf/sm8450/audio/pal"]="https://github.com/Pong-Development/vendor_qcom_opensource_arpal-lx.git" ["hardware/qcom-caf/sm8450/audio/agm"]="https://github.com/Pong-Development/vendor_qcom_opensource_agm.git" ["hardware/qcom-caf/sm8450/audio/graphservices"]="https://github.com/Pong-Development/vendor_qcom_opensource_audioreach-graphservices.git" - ["device/qcom/sepolicy_vndr/sm8450"]="https://github.com/Pong-Development/device_qcom_sepolicy_vndr.git" ["packages/apps/ParanoidGlyphPhone2"]="https://github.com/Pong-Development/packages_apps_ParanoidGlyph.git" ["packages/apps/GlyphAdapter"]="https://github.com/Pong-Development/packages_apps_GlyphAdapter.git" ["hardware/dolby"]="https://github.com/Pong-Development/hardware_dolby.git" @@ -109,7 +108,7 @@ done # KernelSU patch echo "Applying KernelSU patch..." cd kernel/nothing/sm8475 || exit 1 -git submodule init && git submodule update +curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s v2.0.0 cd - >/dev/null echo "" echo ""