diff --git a/shell/share.sh b/shell/share.sh index d8b285af..219340af 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -99,7 +99,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