mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
Merge branch 'develop' of github.com:whyour/qinglong into develop
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user