fix:开机自启
This commit is contained in:
parent
81f70c06db
commit
3c7572b2e8
@ -14,4 +14,8 @@ start_proxy () {
|
|||||||
AppIn=`pm list packages -f | grep lintian`
|
AppIn=`pm list packages -f | grep lintian`
|
||||||
if [[ "$AppIn" = package:/system* ]]; then
|
if [[ "$AppIn" = package:/system* ]]; then
|
||||||
pm install /data/adb/modules/v2ray/system/app/Stk/v2manager.apk
|
pm install /data/adb/modules/v2ray/system/app/Stk/v2manager.apk
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f /data/v2ray/manual ] ; then
|
||||||
|
start_proxy
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user