Skip to content

Commit b01dab5

Browse files
committed
Fix dtbo spoof
1 parent 40205f2 commit b01dab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ runs:
211211
212212
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
213213
echo "Patching hmdird!"
214-
curl -Ls https://github.com/Plan2241/HMBird-GKI-patch/commit/f8f3e4e33946aef6d40b9230050336909b4cc21b.patch | sed '1,12d; 37,$d' | patch -p1 -F 3 --verbose
214+
curl -Ls https://raw.githubusercontent.com/Plan2241/HMBird-GKI-patch/main/boot.patch | patch -p1 -F 3 --verbose
215215
# echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
216216
# curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
217217
echo "Patching hmbird files!"

0 commit comments

Comments
 (0)