forked from wanghongenpin/Magisk-ProxyPinCA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05f5f27
commit 0ef8eb8
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |