mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-04 06:00:43 +00:00
d1f1498e09
Signed-off-by: tytydraco <tylernij@gmail.com>
6 lines
192 B
Bash
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." |