From 0963f0661aaaf1c97725224bbfd43a1928cfdf12 Mon Sep 17 00:00:00 2001 From: izzy2fancy <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:44:51 -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 2121968..7d511f7 100755 --- a/patcher.sh +++ b/patcher.sh @@ -35,7 +35,7 @@ echo "" echo "-------------------------------------------" #install dependencies -pkg install -y git zip unzip xdelta3 +pkg install -y wget git zip unzip xdelta3 #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 @@ -45,7 +45,7 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then fi #download the patch data -git clone https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data +wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data/ #check if termux-storage has been setup if ! [ -d ~/storage ]; then