mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-05 12:54:36 -04:00
8 lines
323 B
Text
8 lines
323 B
Text
ui_print("DivestOS Firmware Deblobber");
|
|
unmount("/firmware");
|
|
mount("ext4", "EMMC", "/dev/block/bootdevice/by-name/modem", "/firmware", "");
|
|
package_extract_dir("scripts", "/tmp/scripts");
|
|
run_program("/sbin/sh", "/tmp/scripts/firmware_deblobber.sh");
|
|
unmount("/firmware");
|
|
ui_print("Deblobbed!");
|
|
set_progress(1.000000);
|