From 192d3518695d38a5294676922388f54d57968dca Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 09:46:58 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index 28802f4..7cb6e53 100755 --- a/patcher.sh +++ b/patcher.sh @@ -48,8 +48,10 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then rm -f setup.sh fi -#Download Data Folder -wget -r -np -nH --cut-dirs=2 -R "index.html*" "https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" +#download the patch data +wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/1.0/data.zip +yes | unzip data.zip -d ./ + #check for AM2R_11.zip in downloads if [ -f ~/storage/downloads/AM2R_11.zip ]; then