Skip to content

Commit

Permalink
Update boot_extract.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno0230 authored Dec 28, 2024
1 parent 3b4c728 commit ae989a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/boot_extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: wget -O otadump https://github.com/crazystylus/otadump/releases/download/0.1.2/otadump-0.1.2-x86_64-unknown-linux-gnu.tar.gz && tar xvf otadump && rm LICENSE README.md

- name: Downloading OTA
run: wget -q --show-progress -O ota.zip "${{ github.event.inputs.fileurl }}"
run: wget -q --show-progress -O ota.zip -U 'Dalvik/2.1.0 (Linux; U; Android 15; CPH2585 Build/AQ3A.241114.001)' "${{ github.event.inputs.fileurl }}"

- name: Extracting zip
run: unzip ota.zip
Expand Down

0 comments on commit ae989a6

Please sign in to comment.