Skip to content

Commit

Permalink
another proot fix incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
corbinlc committed Sep 10, 2019
1 parent 61e2d7f commit 6fec55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions input/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ mkdir -p $ARCH_DIR
if [ ! -d $PROOT_DIR ]
then
git clone https://github.com/CypherpunkArmory/proot.git $PROOT_DIR
cd $PROOT_DIR
git fetch
git checkout void-sigsys
fi

if [ ! -d $TERMUX_PACKAGES_DIR ]
Expand Down

0 comments on commit 6fec55c

Please sign in to comment.