mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +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() {
|
||||
if [[ ${ANDROID_RUNTIME_ROOT}${ANDROID_ROOT} ]] || [[ $PATH == *com.termux* ]]; then
|
||||
if [[ $PATH == *com.termux* ]]; then
|
||||
is_termux=1
|
||||
else
|
||||
is_termux=0
|
||||
|
|
Loading…
Reference in New Issue
Block a user