show_progress(0.2, 0);
mount("vfat", "EMMC", "/dev/block/mmcblk0p1", "/cust");
package_extract_dir("cust", "/cust");
show_progress(0.1, 0);
ui_print("Installation complete!");
unmount("/cust");
