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