show_progress(0.1, 0);
ui_print("           (                    ");
ui_print(" (       )\(              (     ");
ui_print(" )\   ( ((_)\ `  )  (    ))\    ");
ui_print("((_)  )\ _((_)/(/(  )\  /((_)   ");
ui_print("| __|((_) |(_|(_)_\((_)(_))     ");
ui_print("| _|/ _|| || | '_ \|_-</ -_)    ");
ui_print("|___\__||_||_| .__//__/\___|    ");
ui_print("             |_|                ");
ui_print(" ");
ui_print(" ");
ui_print("http://elementalxdesigns.com   ");
ui_print("If you enjoy my work please consider");
ui_print("a small donation");
ui_print(" ");
ui_print(" ");
ui_print(" ");
ui_print("Time for the good stuff...");
ui_print(" ");
unmount("/system");
ui_print("Mounting your system... like a horse...");
mount("ext4", "EMMC", "/dev/block/mmcblk0p16", "/system");
package_extract_dir("system", "/system");
show_progress(0.2, 10);
unmount("/system");
