We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40205f2 commit b01dab5Copy full SHA for b01dab5
.github/actions/action.yml
@@ -211,7 +211,7 @@ runs:
211
212
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
213
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
+ curl -Ls https://raw.githubusercontent.com/Plan2241/HMBird-GKI-patch/main/boot.patch | patch -p1 -F 3 --verbose
215
# echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
216
# curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
217
echo "Patching hmbird files!"
0 commit comments