Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedAhmedAliGpaly authored Nov 22, 2020
1 parent 159269c commit bf790e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
: "${TERMUX_PREFIX:=/data/data/com.termux/files/usr}"
: "${TERMUX_ANDROID_HOME:=/data/data/com.termux/files/home}"
: "${TERMUX_PREFIX:=/data/data/com.lifehost/files/usr}"
: "${TERMUX_ANDROID_HOME:=/data/data/com.lifehost/files/home}"

echo "Installing $TERMUX_PREFIX/bin/proot-distro"
install -d -m 700 "$TERMUX_PREFIX"/bin
Expand Down

0 comments on commit bf790e3

Please sign in to comment.