mirror of
https://github.com/tytydraco/KTweak.git
synced 2024-11-16 12:13:18 +00:00
3b94110567
Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
10 lines
311 B
Bash
10 lines
311 B
Bash
#!/system/bin/sh
|
|
# Written by Draco (tytydraco @ GitHub)
|
|
|
|
ui_print "[*] Setting executable permissions..."
|
|
set_perm_recursive "$MODPATH/system/bin" root root 0777 0755
|
|
|
|
# Do install-time script execution
|
|
sh "$MODPATH/system/bin/ktweak"
|
|
echo "[*] Executed service script during live boot. Reboot is not needed."
|