diff --git a/shell/share.sh b/shell/share.sh index e386102b..9f809a86 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -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