Skip to content

Commit

Permalink
termux comptable configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lazypwny751 authored Aug 11, 2022
1 parent ed91acb commit 1fde5eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
export CWD="${PWD}"
export tab="$(printf '\t')"
export status="true"
export root=""
if [ "${PATH}" = *com.termux* ] ; then
export root="/data/data/com.termux/files"
else
export root=""
fi
export prefix="/usr"

# parsing the options
Expand Down

0 comments on commit 1fde5eb

Please sign in to comment.