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 ]