Skip to content

Commit

Permalink
Update magisk_root.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 27, 2024
1 parent 53919e9 commit 29fdc5d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/magisk_root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,19 @@ jobs:
run: |
unzip the-images.zip
- name: Run magisk script
- name: Give executable
run: |
chmod +x Magisk/
chmod +x Magisk/*
sh Magisk/scripts/boot_patch.sh to-upload/boot.img
- name: Mock getprop command
run: |
echo '#!/bin/bash' > /usr/local/bin/getprop
echo 'echo "mocked"' >> /usr/local/bin/getprop
chmod +x /usr/local/bin/getprop
- name: Patch boot image with Magisk
run: |
bash Magisk/scripts/boot_patch.sh to-upload/boot.img

0 comments on commit 29fdc5d

Please sign in to comment.