From 6fec55c5d2a8378f41670b74ae23858928cd7052 Mon Sep 17 00:00:00 2001 From: Corbin Champion Date: Tue, 10 Sep 2019 13:06:45 -0700 Subject: [PATCH] another proot fix incoming --- input/main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/input/main.sh b/input/main.sh index e7070ab1..62009609 100755 --- a/input/main.sh +++ b/input/main.sh @@ -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 ]