ktweak/customize.sh
tytydraco d1f1498e09 Add initial module files
Signed-off-by: tytydraco <tylernij@gmail.com>
2020-08-02 03:41:13 -07:00

6 lines
192 B
Bash

#!/system/bin/sh
# Written by Draco (tytydraco @ GitHub)
# Do install-time script execution
sh "$MODPATH/service.sh"
echo "[*] Executed service script during live boot. Reboot is not needed."