Skip to content

Commit 583b7fa

Browse files
committed
use the new patch
1 parent 8810bed commit 583b7fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/new_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ for codename in ${devices//,/ }; do
431431
git reset --hard
432432
git clean -q -fd
433433

434-
wget -q https://raw.githubusercontent.com/lineageos4microg/patches/refs/heads/main/system_core/0001-Pass-SafetyNet.patch &>> "$DEBUG_LOG" || {
434+
wget -q https://raw.githubusercontent.com/lineageos4microg/patches/refs/heads/main/system_core/updated-SafetyNet-and-Play-Integrity-spoofing.patch &>> "$DEBUG_LOG" || {
435435
echo ">> [$(date)] Error: Fetching the PlayIntegrity patch $codename on $branch!"; userscriptfail=true; continue; }
436436
git apply 0001-Pass-SafetyNet.patch &>> "$DEBUG_LOG" || {
437437
echo ">> [$(date)] Error: Applying the PlayIntegrity patch failed for $codename on $branch!"; userscriptfail=true; continue; }

0 commit comments

Comments
 (0)