You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ktweak/customize.sh

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."