From 40a88b0bf35fc3265b994ec0883b18c6fc604847 Mon Sep 17 00:00:00 2001 From: izzy2fancy <121840901+izzy2fancy@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:03:36 -0500 Subject: [PATCH] Update patcher.sh --- patcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index e5a09db..269bba3 100755 --- a/patcher.sh +++ b/patcher.sh @@ -35,8 +35,8 @@ echo "" echo "-------------------------------------------" #install dependencies -termux-setup-storage -pkg install -y zip unzip xdelta3 +yes | pkg install termux-am zip unzip xdelta3 +yes | termux-setup-storage #check if apkmod is instaled, if not install it. I only use this for signing 'cause it's the only way I found this to work if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then