Commit 7b1a1275 authored by fuyanbin's avatar fuyanbin
Browse files

兼容 /system/androidrom 标识文件

parent 40255c0e
......@@ -60,7 +60,7 @@ install() {
}
need_intall() {
if [ -e /system/.androidrom ]
if [ -e /system/.androidrom ] || [ -e /system/androidrom ]
then
if [ ! -d "$SMALLP_PATH" ]
then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment