mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
Merge branch 'develop' of github.com:whyour/qinglong into develop
This commit is contained in:
commit
19afbd06c0
|
@ -98,7 +98,7 @@ make_dir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
detect_termux() {
|
detect_termux() {
|
||||||
if [[ ${ANDROID_RUNTIME_ROOT}${ANDROID_ROOT} ]] || [[ $PATH == *com.termux* ]]; then
|
if [[ $PATH == *com.termux* ]]; then
|
||||||
is_termux=1
|
is_termux=1
|
||||||
else
|
else
|
||||||
is_termux=0
|
is_termux=0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user