Update patcher.sh

This commit is contained in:
izzy2fancy
2024-02-05 07:03:36 -05:00
committed by GitHub
parent 04a974de82
commit 40a88b0bf3
+2 -2
View File
@@ -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