Skip to content

Commit

Permalink
完善安装脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyuyang910 committed May 18, 2024
1 parent 05f5f27 commit 0ef8eb8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
#!/system/bin/sh

ui_print $MODPATH
ui_print "安装成功,重启手机后去系统证书查看ProxyPinCA是否生效."
SKIPUNZIP=0

ASH_STANDALONE=0

ui_print "开始安装模块"

ui_print "提取模块证书"

unzip -o "$ZIPFILE" 'system/*' -d $MODPATH >&2

ui_print "安装成功,重启手机后去系统证书查看ProxyPinCA是否生效."

ui_print " "

set_perm_recursive $MODPATH 0 0 0755 0644

0 comments on commit 0ef8eb8

Please sign in to comment.