[core] Fix installation

This commit is contained in:
LoveSy 2021-02-21 19:16:37 +08:00 committed by tehcneko
parent f0bca39f78
commit c9117285c7
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ touch /data/adb/lspd/new_install || abortC "! ${LANG_CUST_ERR_CONF_FIRST}"
ui_print "- ${LANG_CUST_INST_COPY_LIB}"
rm -rf "/data/adb/lspd/framework"
mv "${MODPATH}/system/framework" "/data/adb/lspd/framework"
mkdir -p /data/misc/$MISC_PATH
set_perm /data/misc/$MISC_PATH 0 0 0771 "u:object_r:magisk_file:s0" || abortC "! ${LANG_CUST_ERR_PERM}"
if [[ ! -d /data/adb/lspd/config ]]; then