Skip to content

Commit

Permalink
Update launch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LxaNce-Hacker authored Feb 16, 2023
1 parent b55689f commit 7112c15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .package/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
DISTRO=$(uname -o)

if [ $DISTRO == Android ]; then
export LXPHISHER_ROOT="/data/data/com.termux/files/usr/opt/lxphisher"
export LXANCEPHISHER_ROOT="/data/data/com.termux/files/usr/opt/lxancephisher"
else
export LXPHISHER_ROOT="/usr/opt/lxphisher"
export LXANCEPHISHER_ROOT="/usr/opt/lxancephisher"
fi

cd $LXPHISHER_ROOT
bash ./lxphisher.sh
cd $LXANCEPHISHER_ROOT
bash ./lxancephisher.sh

0 comments on commit 7112c15

Please sign in to comment.