From 789d2f4d28318bc51dd117e2f1e59f5a24165f80 Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:12:44 -0400 Subject: [PATCH] Update patcher.sh --- patcher.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patcher.sh b/patcher.sh index 8a67aaa..e5c588a 100755 --- a/patcher.sh +++ b/patcher.sh @@ -39,8 +39,8 @@ if ! [ -f /data/data/com.termux/files/usr/bin/apkmod ]; then rm -f setup.sh fi -# Download data folder -curl -L https://github.com/izzy2fancy/AM2R-Autopatcher-Android/archive/refs/heads/master.zip -o data.zip && unzip data.zip +# Download Data Folder +wget -r https://github.com/izzy2fancy/AM2R-Autopatcher-Android/tree/master/data # Check for AM2R_11.zip in downloads if [ -f ~/storage/downloads/AM2R_11.zip ]; then