Skip to content

Commit 6643fec

Browse files
committed
chore(uvx): move from commit hash to branch name
Change-Id: I19132943407bd802a43e0212f07f4c4bbb9284f6
1 parent 2a4557d commit 6643fec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extract_and_push.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ else
195195
uvx gdown@5.2.0 -q "${URL}" --fuzzy > /dev/null || downloadError
196196
;;
197197
*mediafire.com*)
198-
uvx --from git+https://github.com/Juvenal-Yescas/mediafire-dl@5873ecf1601f1cedc10a933a3a00d340d0f02db3 mediafire-dl "${URL}" > /dev/null || downloadError
198+
uvx --from git+https://github.com/Juvenal-Yescas/mediafire-dl@master mediafire-dl "${URL}" > /dev/null || downloadError
199199
;;
200200
*mega.nz*)
201201
megatools dl "${URL}" > /dev/null || downloadError
@@ -371,12 +371,12 @@ if [[ -f "${PWD}/boot.img" ]]; then
371371

372372
# Generate non-stack symbols
373373
echo "[INFO] Generating 'kallsyms.txt'..."
374-
uvx --from git+https://github.com/marin-m/vmlinux-to-elf@da14e789596d493f305688e221e9e34ebf63cbb8 kallsyms-finder "${IMAGE}" > kallsyms.txt || \
374+
uvx --from git+https://github.com/marin-m/vmlinux-to-elf@master kallsyms-finder "${IMAGE}" > kallsyms.txt || \
375375
echo "[ERROR] Failed to generate 'kallsyms.txt'"
376376

377377
# Generate analyzable '.elf'
378378
echo "[INFO] Extracting 'boot.elf'..."
379-
uvx --from git+https://github.com/marin-m/vmlinux-to-elf@da14e789596d493f305688e221e9e34ebf63cbb8 vmlinux-to-elf "${IMAGE}" boot.elf > /dev/null ||
379+
uvx --from git+https://github.com/marin-m/vmlinux-to-elf@master vmlinux-to-elf "${IMAGE}" boot.elf > /dev/null ||
380380
echo "[ERROR] Failed to generate 'boot.elf'"
381381

382382
# Create necessary directories

0 commit comments

Comments
 (0)