File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments