From 3462f0ba5ca0c8953d2fdae853f092ac84640dbc Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:31:24 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/patcher.sh b/patcher.sh index 7b02401..8e28fa9 100755 --- a/patcher.sh +++ b/patcher.sh @@ -39,9 +39,8 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then rm -f setup.sh fi -# Download the patch data -wget https://github.com/izzy2fancy/AM2R-Autopatcher-Android/releases/download/1.0/data.zip -yes | unzip data.zip -d ./ +# Download data folder +wget -O data.zip "download-directory.github.io?url=https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/main/data" # Check for AM2R_11.zip in downloads if [ -f ~/storage/downloads/AM2R_11.zip ]; then